Html Css Color HEX #B29920 Sahara

📋 copy color: '#B29920'

red 178 ◦ green 153 ◦ blue 32

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

Shades of Sahara #B29920

Tints of Sahara #B29920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

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

R = 49.04%
G = 42.15%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B29920 (or 0xB29920) is known color: Sahara. HEX triplet: B2, 99 and 20. RGB value is (178,153,32). Sum of RGB (Red+Green+Blue) = 178+153+32=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B29920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29920 is #4D66DF. Grayscale: #939393. Windows color (decimal): -5072608 or 2136498. OLE color: 2136498.

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

Color convert

RGB 178 153 32 -
CMYK 0 0.14 0.82 0.30
HSL 49.73º 0.7% 0.41% -
HSV(B) 49.73º 0.82% 0.7% -
XYZ 30.01 32.35 6.03 -
YUV 146.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 178 153 32 0 0.14 0.82 0.30 49.73 0.7 0.41
Hex B2 99 20 0 E 52 1E 32 46 29
Octal 262 231 40 0 16 122 36 62 106 51
Binary 10110010 10011001 100000 0 1110 1010010 11110 110010 1000110 101001

Color Harmonies of #B29920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29920

Black with #B29920

Text Example


Text Example

White with #B29920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29920; }

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

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

background-color css

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

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

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

border-color css

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

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

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