#B69C2B

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

Shades of Sahara #B69C2B

Tints of Sahara #B69C2B

Color information

#B69C2B (or 0xB69C2B) is unknown color: approx Sahara. HEX triplet: B6, 9C and 2B. RGB value is (182,156,43). Sum of RGB (Red+Green+Blue) = 182+156+43=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C2B is #4963D4. Grayscale: #979797. Windows color (decimal): -4809685 or 2858166. OLE color: 2858166.

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

Color convert

RGB18215643-
CMYK00.140.760.29
HSL48.78º61.78%44.12%-
HSV(B)48.78º76.37%71.37%-
XYZ31.6233.97.16-
YUV150.8967.11150.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 43 (17.19% from 255) = 11.29%
R=47.77%
G=40.94%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821564300.140.760.2948.7861.7844.12
HexB69C2B0E4C1D313e2c
Octal2662345301611435617654
Binary101101101001110010101101110100110011101110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C2B; }

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

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

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

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

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

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

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

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