#B09C2E

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

Shades of Sahara #B09C2E

Tints of Sahara #B09C2E

Color information

#B09C2E (or 0xB09C2E) is unknown color: approx Sahara. HEX triplet: B0, 9C and 2E. RGB value is (176,156,46). Sum of RGB (Red+Green+Blue) = 176+156+46=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C2E is #4F63D1. Grayscale: #959595. Windows color (decimal): -5202898 or 3054768. OLE color: 3054768.

HSL color Cylindrical-coordinate representation of color #B09C2E: hue angle of 50.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B09C2E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17615646-
CMYK00.110.740.31
HSL50.77º58.56%43.53%-
HSV(B)50.77º73.86%69.02%-
XYZ30.2933.27.4-
YUV149.4469.63146.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 46 (18.36% from 255) = 12.17%
R=46.56%
G=41.27%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761564600.110.740.3150.7758.5643.53
HexB09C2E0B4A1F333b2c
Octal2602345601311237637354
Binary101100001001110010111001011100101011111110011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C2E; }

 p { color: rgb(176,156,46); }

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

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

 a { background-color: rgb(176,156,46); }

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

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

 span { border-color: rgb(176,156,46); }

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