Html Css Color HEX #B29020 Sahara

📋 copy color: '#B29020'

red 178 ◦ green 144 ◦ blue 32

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

Shades of Sahara #B29020

Tints of Sahara #B29020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 50.28%
G = 40.68%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B29020 (or 0xB29020) is known color: Sahara. HEX triplet: B2, 90 and 20. RGB value is (178,144,32). Sum of RGB (Red+Green+Blue) = 178+144+32=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B29020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29020 is #4D6FDF. Grayscale: #8D8D8D. Windows color (decimal): -5074912 or 2134194. OLE color: 2134194.

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

Color convert

RGB 178 144 32 -
CMYK 0 0.19 0.82 0.30
HSL 46.03º 0.7% 0.41% -
HSV(B) 46.03º 0.82% 0.7% -
XYZ 28.59 29.52 5.56 -
YUV 141.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 178 144 32 0 0.19 0.82 0.30 46.03 0.7 0.41
Hex B2 90 20 0 13 52 1E 2E 46 29
Octal 262 220 40 0 23 122 36 56 106 51
Binary 10110010 10010000 100000 0 10011 1010010 11110 101110 1000110 101001

Color Harmonies of #B29020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29020

Black with #B29020

Text Example


Text Example

White with #B29020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29020; }

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

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

background-color css

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

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

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

border-color css

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

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

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