#B69B23

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

Shades of Sahara #B69B23

Tints of Sahara #B69B23

Color information

#B69B23 (or 0xB69B23) is unknown color: approx Sahara. HEX triplet: B6, 9B and 23. RGB value is (182,155,35). Sum of RGB (Red+Green+Blue) = 182+155+35=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69B23 is #4964DC. Grayscale: #959595. Windows color (decimal): -4809949 or 2333622. OLE color: 2333622.

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

Color convert

RGB18215535-
CMYK00.150.810.29
HSL48.98º67.74%42.55%-
HSV(B)48.98º80.77%71.37%-
XYZ31.3233.516.41-
YUV149.3963.45151.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 35 (14.06% from 255) = 9.41%
R=48.92%
G=41.67%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821553500.150.810.2948.9867.7442.55
HexB69B230F511D31442b
Octal26623343017121356110453
Binary1011011010011011100011011111010001111011100011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B23; }

 p { color: rgb(182,155,35); }

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

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

 a { background-color: rgb(182,155,35); }

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

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

 span { border-color: rgb(182,155,35); }

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