#B69922

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

Shades of Sahara #B69922

Tints of Sahara #B69922

Color information

#B69922 (or 0xB69922) is unknown color: approx Sahara. HEX triplet: B6, 99 and 22. RGB value is (182,153,34). Sum of RGB (Red+Green+Blue) = 182+153+34=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B69922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69922 is #4966DD. Grayscale: #949494. Windows color (decimal): -4810462 or 2267574. OLE color: 2267574.

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

Color convert

RGB18215334-
CMYK00.160.810.29
HSL48.24º68.52%42.35%-
HSV(B)48.24º81.32%71.37%-
XYZ30.9732.846.22-
YUV148.163.61152.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=49.32%
G=41.46%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821533400.160.810.2948.2468.5242.35
HexB69922010511D30452a
Octal26623142020121356010552
Binary10110110100110011000100100001010001111011100001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69922; }

 p { color: rgb(182,153,34); }

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

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

 a { background-color: rgb(182,153,34); }

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

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

 span { border-color: rgb(182,153,34); }

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