Html Css Color HEX #B29520 Sahara

📋 copy color: '#B29520'

red 178 ◦ green 149 ◦ blue 32

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

Shades of Sahara #B29520

Tints of Sahara #B29520

RGB

 RED value IS 178 (69.92% from 255) = 49.58%

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

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

R = 49.58%
G = 41.5%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B29520 (or 0xB29520) is known color: Sahara. HEX triplet: B2, 95 and 20. RGB value is (178,149,32). Sum of RGB (Red+Green+Blue) = 178+149+32=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B29520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29520 is #4D6ADF. Grayscale: #909090. Windows color (decimal): -5073632 or 2135474. OLE color: 2135474.

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

Color convert

RGB 178 149 32 -
CMYK 0 0.16 0.82 0.30
HSL 48.08º 0.7% 0.41% -
HSV(B) 48.08º 0.82% 0.7% -
XYZ 29.37 31.06 5.81 -
YUV 144.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 178 149 32 0 0.16 0.82 0.30 48.08 0.7 0.41
Hex B2 95 20 0 10 52 1E 30 46 29
Octal 262 225 40 0 20 122 36 60 106 51
Binary 10110010 10010101 100000 0 10000 1010010 11110 110000 1000110 101001

Color Harmonies of #B29520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29520

Black with #B29520

Text Example


Text Example

White with #B29520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29520; }

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

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

background-color css

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

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

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

border-color css

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

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

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