Html Css Color HEX #B09520 Sahara

📋 copy color: '#B09520'

red 176 ◦ green 149 ◦ blue 32

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

Shades of Sahara #B09520

Tints of Sahara #B09520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.74%

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 49.3%
G = 41.74%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B09520 (or 0xB09520) is known color: Sahara. HEX triplet: B0, 95 and 20. RGB value is (176,149,32). Sum of RGB (Red+Green+Blue) = 176+149+32=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B09520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09520 is #4F6ADF. Grayscale: #909090. Windows color (decimal): -5204704 or 2135472. OLE color: 2135472.

HSL color Cylindrical-coordinate representation of color #B09520: hue angle of 48.75º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B09520 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 32 -
CMYK 0 0.15 0.82 0.31
HSL 48.75º 0.69% 0.41% -
HSV(B) 48.75º 0.82% 0.69% -
XYZ 28.91 30.83 5.79 -
YUV 143.74 64.95 151.01 -
System Red Green Blue C M Y K H S L
Decimal 176 149 32 0 0.15 0.82 0.31 48.75 0.69 0.41
Hex B0 95 20 0 F 52 1F 31 45 29
Octal 260 225 40 0 17 122 37 61 105 51
Binary 10110000 10010101 100000 0 1111 1010010 11111 110001 1000101 101001

Color Harmonies of #B09520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09520

Black with #B09520

Text Example


Text Example

White with #B09520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09520; }

 p { color: rgb(176,149,32); }

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

background-color css

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

 a { background-color: rgb(176,149,32); }

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

border-color css

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

 span { border-color: rgb(176,149,32); }

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