#B09D2B

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

Shades of Sahara #B09D2B

Tints of Sahara #B09D2B

Color information

#B09D2B (or 0xB09D2B) is unknown color: approx Sahara. HEX triplet: B0, 9D and 2B. RGB value is (176,157,43). Sum of RGB (Red+Green+Blue) = 176+157+43=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D2B is #4F62D4. Grayscale: #969696. Windows color (decimal): -5202645 or 2858416. OLE color: 2858416.

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

Color convert

RGB17615743-
CMYK00.110.760.31
HSL51.43º60.73%42.94%-
HSV(B)51.43º75.57%69.02%-
XYZ30.433.527.15-
YUV149.6867.79146.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 157 (61.72% from 255) = 41.76%
BLUE value IS 43 (17.19% from 255) = 11.44%
R=46.81%
G=41.76%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761574300.110.760.3151.4360.7342.94
HexB09D2B0B4C1F333d2b
Octal2602355301311437637553
Binary101100001001110110101101011100110011111110011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D2B; }

 p { color: rgb(176,157,43); }

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

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

 a { background-color: rgb(176,157,43); }

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

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

 span { border-color: rgb(176,157,43); }

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