Html Css Color HEX #B29420 Sahara

📋 copy color: '#B29420'

red 178 ◦ green 148 ◦ blue 32

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

Shades of Sahara #B29420

Tints of Sahara #B29420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

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

R = 49.72%
G = 41.34%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B29420 (or 0xB29420) is known color: Sahara. HEX triplet: B2, 94 and 20. RGB value is (178,148,32). Sum of RGB (Red+Green+Blue) = 178+148+32=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B29420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29420 is #4D6BDF. Grayscale: #909090. Windows color (decimal): -5073888 or 2135218. OLE color: 2135218.

HSL color Cylindrical-coordinate representation of color #B29420: hue angle of 47.67º 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 #B29420 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 148 32 -
CMYK 0 0.17 0.82 0.30
HSL 47.67º 0.7% 0.41% -
HSV(B) 47.67º 0.82% 0.7% -
XYZ 29.21 30.75 5.76 -
YUV 143.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 178 148 32 0 0.17 0.82 0.30 47.67 0.7 0.41
Hex B2 94 20 0 11 52 1E 30 46 29
Octal 262 224 40 0 21 122 36 60 106 51
Binary 10110010 10010100 100000 0 10001 1010010 11110 110000 1000110 101001

Color Harmonies of #B29420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29420

Black with #B29420

Text Example


Text Example

White with #B29420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29420; }

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

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

background-color css

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

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

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

border-color css

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

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

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