Html Css Color HEX #B29029 Sahara

📋 copy color: '#B29029'

red 178 ◦ green 144 ◦ blue 41

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

Shades of Sahara #B29029

Tints of Sahara #B29029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 49.04%
G = 39.67%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B29029 (or 0xB29029) is known color: Sahara. HEX triplet: B2, 90 and 29. RGB value is (178,144,41). Sum of RGB (Red+Green+Blue) = 178+144+41=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B29029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29029 is #4D6FD6. Grayscale: #8E8E8E. Windows color (decimal): -5074903 or 2724018. OLE color: 2724018.

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

Color convert

RGB 178 144 41 -
CMYK 0 0.19 0.77 0.30
HSL 45.11º 0.63% 0.43% -
HSV(B) 45.11º 0.77% 0.7% -
XYZ 28.73 29.57 6.29 -
YUV 142.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 178 144 41 0 0.19 0.77 0.30 45.11 0.63 0.43
Hex B2 90 29 0 13 4D 1E 2D 3F 2B
Octal 262 220 51 0 23 115 36 55 77 53
Binary 10110010 10010000 101001 0 10011 1001101 11110 101101 111111 101011

Color Harmonies of #B29029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29029

Black with #B29029

Text Example


Text Example

White with #B29029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29029; }

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

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

background-color css

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

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

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

border-color css

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

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

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