#B69221

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

Shades of Sahara #B69221

Tints of Sahara #B69221

Color information

#B69221 (or 0xB69221) is unknown color: approx Sahara. HEX triplet: B6, 92 and 21. RGB value is (182,146,33). Sum of RGB (Red+Green+Blue) = 182+146+33=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B69221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69221 is #496DDE. Grayscale: #909090. Windows color (decimal): -4812255 or 2200246. OLE color: 2200246.

HSL color Cylindrical-coordinate representation of color #B69221: hue angle of 45.5º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B69221 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18214633-
CMYK00.200.820.29
HSL45.5º69.3%42.16%-
HSV(B)45.5º81.87%71.37%-
XYZ29.8430.615.77-
YUV143.8865.43155.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 33 (13.28% from 255) = 9.14%
R=50.42%
G=40.44%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821463300.200.820.2945.569.342.16
HexB69221014521D2e452a
Octal26622241024122355610552
Binary10110110100100101000010101001010010111011011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69221; }

 p { color: rgb(182,146,33); }

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

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

 a { background-color: rgb(182,146,33); }

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

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

 span { border-color: rgb(182,146,33); }

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