#B69C26

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

Shades of Sahara #B69C26

Tints of Sahara #B69C26

Color information

#B69C26 (or 0xB69C26) is unknown color: approx Sahara. HEX triplet: B6, 9C and 26. RGB value is (182,156,38). Sum of RGB (Red+Green+Blue) = 182+156+38=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C26 is #4963D9. Grayscale: #969696. Windows color (decimal): -4809690 or 2530486. OLE color: 2530486.

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

Color convert

RGB18215638-
CMYK00.140.790.29
HSL49.17º65.45%43.14%-
HSV(B)49.17º79.12%71.37%-
XYZ31.5333.866.71-
YUV150.3264.61150.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 156 (61.33% from 255) = 41.49%
BLUE value IS 38 (15.23% from 255) = 10.11%
R=48.40%
G=41.49%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821563800.140.790.2949.1765.4543.14
HexB69C260E4F1D31412b
Octal26623446016117356110153
Binary1011011010011100100110011101001111111011100011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C26; }

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

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

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

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

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

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

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

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