#B69C2F

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

Shades of Sahara #B69C2F

Tints of Sahara #B69C2F

Color information

#B69C2F (or 0xB69C2F) is unknown color: approx Sahara. HEX triplet: B6, 9C and 2F. RGB value is (182,156,47). Sum of RGB (Red+Green+Blue) = 182+156+47=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C2F is #4963D0. Grayscale: #979797. Windows color (decimal): -4809681 or 3120310. OLE color: 3120310.

HSL color Cylindrical-coordinate representation of color #B69C2F: hue angle of 48.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B69C2F is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18215647-
CMYK00.140.740.29
HSL48.44º58.95%44.9%-
HSV(B)48.44º74.18%71.37%-
XYZ31.6933.937.57-
YUV151.3569.11149.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 47 (18.75% from 255) = 12.21%
R=47.27%
G=40.52%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821564700.140.740.2948.4458.9544.9
HexB69C2F0E4A1D303b2d
Octal2662345701611235607355
Binary101101101001110010111101110100101011101110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C2F; }

 p { color: rgb(182,156,47); }

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

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

 a { background-color: rgb(182,156,47); }

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

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

 span { border-color: rgb(182,156,47); }

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