#B69B2B

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

Shades of Sahara #B69B2B

Tints of Sahara #B69B2B

Color information

#B69B2B (or 0xB69B2B) is unknown color: approx Sahara. HEX triplet: B6, 9B and 2B. RGB value is (182,155,43). Sum of RGB (Red+Green+Blue) = 182+155+43=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69B2B is #4964D4. Grayscale: #969696. Windows color (decimal): -4809941 or 2857910. OLE color: 2857910.

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

Color convert

RGB18215543-
CMYK00.150.760.29
HSL48.35º61.78%44.12%-
HSV(B)48.35º76.37%71.37%-
XYZ31.4533.567.11-
YUV150.367.45150.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 43 (17.19% from 255) = 11.32%
R=47.89%
G=40.79%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821554300.150.760.2948.3561.7844.12
HexB69B2B0F4C1D303e2c
Octal2662335301711435607654
Binary101101101001101110101101111100110011101110000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B2B; }

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

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

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

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

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

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

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

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