#b79b23

Color #B79B23 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B79B23

Tints of Sahara #B79B23

Color information

#B79B23 (or 0xB79B23) is unknown color: approx Sahara. HEX triplet: B7, 9B and 23. RGB value is (183,155,35). Sum of RGB (Red+Green+Blue) = 183+155+35=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B23 is #4864DC. Grayscale: #969696. Windows color (decimal): -4744413 or 2333623. OLE color: 2333623.

HSL color Cylindrical-coordinate representation of color #B79B23: hue angle of 48.65º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B79B23 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB18315535-
CMYK00.150.810.28
HSL48.65º67.89%42.75%-
HSV(B)48.65º80.87%71.76%-
XYZ31.5533.636.42-
YUV149.6963.28151.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 35 (14.06% from 255) = 9.38%
R=49.06%
G=41.55%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831553500.150.810.2848.6567.8942.75
HexB79B230F511C31442b
Octal26723343017121346110453
Binary1011011110011011100011011111010001111001100011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79b23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79b23; }

 p { color: rgb(183,155,35); }

 H1.HeaderClassName
 {
   color: #b79b23;
 }
 .AnyTagClassName
 {
   color: #b79b23;
 }
</style>
background-color css

<style>
 a { background-color: #b79b23; }

 a { background-color: rgb(183,155,35); }

 div.DivClassName
 {
   background-color: #b79b23;
 }
 .BgClassName
 {
   background-color: #b79b23;
 }
</style>
border-color css

<style>
 span { border-color: #b79b23; }

 span { border-color: rgb(183,155,35); }

 td.TdClassName
 {
   border-color: #b79b23;
 }
 .TagClassName
 {
   border-color: #b79b23;
 }
</style>