#B69021

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

Shades of Sahara #B69021

Tints of Sahara #B69021

Color information

#B69021 (or 0xB69021) is unknown color: approx Sahara. HEX triplet: B6, 90 and 21. RGB value is (182,144,33). Sum of RGB (Red+Green+Blue) = 182+144+33=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B69021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69021 is #496FDE. Grayscale: #8F8F8F. Windows color (decimal): -4812767 or 2199734. OLE color: 2199734.

HSL color Cylindrical-coordinate representation of color #B69021: hue angle of 44.7º 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 #B69021 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18214433-
CMYK00.210.820.29
HSL44.7º69.3%42.16%-
HSV(B)44.7º81.87%71.37%-
XYZ29.54305.67-
YUV142.7166.09156.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 33 (13.28% from 255) = 9.19%
R=50.70%
G=40.11%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821443300.210.820.2944.769.342.16
HexB69021015521D2d452a
Octal26622041025122355510552
Binary10110110100100001000010101011010010111011011011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69021; }

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

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

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

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

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

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

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

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