Html Css Color HEX #B09929 Sahara

📋 copy color: '#B09929'

red 176 ◦ green 153 ◦ blue 41

#B09929
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #B09929

Tints of Sahara #B09929

RGB

 RED value IS 176 (69.14% from 255) = 47.57%

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 41 (16.41% from 255) = 11.08%

R = 47.57%
G = 41.35%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B09929 (or 0xB09929) is known color: Sahara. HEX triplet: B0, 99 and 29. RGB value is (176,153,41). Sum of RGB (Red+Green+Blue) = 176+153+41=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B09929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09929 is #4F66D6. Grayscale: #939393. Windows color (decimal): -5203671 or 2726320. OLE color: 2726320.

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

Color convert

RGB 176 153 41 -
CMYK 0 0.13 0.77 0.31
HSL 49.78º 0.62% 0.43% -
HSV(B) 49.78º 0.77% 0.69% -
XYZ 29.7 32.17 6.74 -
YUV 147.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 176 153 41 0 0.13 0.77 0.31 49.78 0.62 0.43
Hex B0 99 29 0 D 4D 1F 32 3E 2B
Octal 260 231 51 0 15 115 37 62 76 53
Binary 10110000 10011001 101001 0 1101 1001101 11111 110010 111110 101011

Color Harmonies of #B09929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09929

Black with #B09929

Text Example


Text Example

White with #B09929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09929; }

 p { color: rgb(176,153,41); }

 H1.HeaderClassName
 {
   color: #B09929;
 }
 .AnyTagClassName
 {
   color: #B09929;
 }
</style>

background-color css

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

 a { background-color: rgb(176,153,41); }

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

border-color css

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

 span { border-color: rgb(176,153,41); }

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