#B69833

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

Shades of Sahara #B69833

Tints of Sahara #B69833

Color information

#B69833 (or 0xB69833) is unknown color: approx Sahara. HEX triplet: B6, 98 and 33. RGB value is (182,152,51). Sum of RGB (Red+Green+Blue) = 182+152+51=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B69833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69833 is #4967CC. Grayscale: #959595. Windows color (decimal): -4810701 or 3381430. OLE color: 3381430.

HSL color Cylindrical-coordinate representation of color #B69833: hue angle of 46.26º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B69833 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18215251-
CMYK00.160.720.29
HSL46.26º56.22%45.69%-
HSV(B)46.26º71.98%71.37%-
XYZ31.1232.647.79-
YUV149.4672.44151.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 51 (20.31% from 255) = 13.25%
R=47.27%
G=39.48%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821525100.160.720.2946.2656.2245.69
HexB69833010481D2e382e
Octal2662306302011035567056
Binary1011011010011000110011010000100100011101101110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69833; }

 p { color: rgb(182,152,51); }

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

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

 a { background-color: rgb(182,152,51); }

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

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

 span { border-color: rgb(182,152,51); }

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