Html Css Color HEX #B29A28 Sahara

📋 copy color: '#B29A28'

red 178 ◦ green 154 ◦ blue 40

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

Shades of Sahara #B29A28

Tints of Sahara #B29A28

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.4%

 BLUE value IS 40 (16.02% from 255) = 10.75%

R = 47.85%
G = 41.4%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B29A28 (or 0xB29A28) is known color: Sahara. HEX triplet: B2, 9A and 28. RGB value is (178,154,40). Sum of RGB (Red+Green+Blue) = 178+154+40=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A28 is #4D65D7. Grayscale: #949494. Windows color (decimal): -5072344 or 2661042. OLE color: 2661042.

HSL color Cylindrical-coordinate representation of color #B29A28: hue angle of 49.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B29A28 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 154 40 -
CMYK 0 0.13 0.78 0.30
HSL 49.57º 0.63% 0.43% -
HSV(B) 49.57º 0.78% 0.7% -
XYZ 30.3 32.73 6.73 -
YUV 148.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 178 154 40 0 0.13 0.78 0.30 49.57 0.63 0.43
Hex B2 9A 28 0 D 4E 1E 32 3F 2B
Octal 262 232 50 0 15 116 36 62 77 53
Binary 10110010 10011010 101000 0 1101 1001110 11110 110010 111111 101011

Color Harmonies of #B29A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A28

Black with #B29A28

Text Example


Text Example

White with #B29A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A28; }

 p { color: rgb(178,154,40); }

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

background-color css

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

 a { background-color: rgb(178,154,40); }

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

border-color css

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

 span { border-color: rgb(178,154,40); }

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