Html Css Color HEX #B09B31 Sahara

📋 copy color: '#B09B31'

red 176 ◦ green 155 ◦ blue 49

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

Shades of Sahara #B09B31

Tints of Sahara #B09B31

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

 BLUE value IS 49 (19.53% from 255) = 12.89%

R = 46.32%
G = 40.79%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B09B31 (or 0xB09B31) is known color: Sahara. HEX triplet: B0, 9B and 31. RGB value is (176,155,49). Sum of RGB (Red+Green+Blue) = 176+155+49=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09B31 is #4F64CE. Grayscale: #959595. Windows color (decimal): -5203151 or 3251120. OLE color: 3251120.

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

Color convert

RGB 176 155 49 -
CMYK 0 0.12 0.72 0.31
HSL 50.08º 0.56% 0.44% -
HSV(B) 50.08º 0.72% 0.69% -
XYZ 30.18 32.89 7.66 -
YUV 149.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 176 155 49 0 0.12 0.72 0.31 50.08 0.56 0.44
Hex B0 9B 31 0 C 48 1F 32 38 2C
Octal 260 233 61 0 14 110 37 62 70 54
Binary 10110000 10011011 110001 0 1100 1001000 11111 110010 111000 101100

Color Harmonies of #B09B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B31

Black with #B09B31

Text Example


Text Example

White with #B09B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B31; }

 p { color: rgb(176,155,49); }

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

background-color css

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

 a { background-color: rgb(176,155,49); }

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

border-color css

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

 span { border-color: rgb(176,155,49); }

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