Html Css Color HEX #B29820 Sahara

📋 copy color: '#B29820'

red 178 ◦ green 152 ◦ blue 32

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

Shades of Sahara #B29820

Tints of Sahara #B29820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

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

R = 49.17%
G = 41.99%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B29820 (or 0xB29820) is known color: Sahara. HEX triplet: B2, 98 and 20. RGB value is (178,152,32). Sum of RGB (Red+Green+Blue) = 178+152+32=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B29820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29820 is #4D67DF. Grayscale: #929292. Windows color (decimal): -5072864 or 2136242. OLE color: 2136242.

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

Color convert

RGB 178 152 32 -
CMYK 0 0.15 0.82 0.30
HSL 49.32º 0.7% 0.41% -
HSV(B) 49.32º 0.82% 0.7% -
XYZ 29.85 32.03 5.97 -
YUV 146.09 63.61 150.76 -
System Red Green Blue C M Y K H S L
Decimal 178 152 32 0 0.15 0.82 0.30 49.32 0.7 0.41
Hex B2 98 20 0 F 52 1E 31 46 29
Octal 262 230 40 0 17 122 36 61 106 51
Binary 10110010 10011000 100000 0 1111 1010010 11110 110001 1000110 101001

Color Harmonies of #B29820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29820

Black with #B29820

Text Example


Text Example

White with #B29820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29820; }

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

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

background-color css

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

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

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

border-color css

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

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

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