Html Css Color HEX #B29D32 Sahara

📋 copy color: '#B29D32'

red 178 ◦ green 157 ◦ blue 50

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

Shades of Sahara #B29D32

Tints of Sahara #B29D32

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.78%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 46.23%
G = 40.78%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B29D32 (or 0xB29D32) is known color: Sahara. HEX triplet: B2, 9D and 32. RGB value is (178,157,50). Sum of RGB (Red+Green+Blue) = 178+157+50=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D32 is #4D62CD. Grayscale: #979797. Windows color (decimal): -5071566 or 3317170. OLE color: 3317170.

HSL color Cylindrical-coordinate representation of color #B29D32: hue angle of 50.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B29D32 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 157 50 -
CMYK 0 0.12 0.72 0.30
HSL 50.16º 0.56% 0.45% -
HSV(B) 50.16º 0.72% 0.7% -
XYZ 30.99 33.81 7.91 -
YUV 151.08 70.96 147.2 -
System Red Green Blue C M Y K H S L
Decimal 178 157 50 0 0.12 0.72 0.30 50.16 0.56 0.45
Hex B2 9D 32 0 C 48 1E 32 38 2D
Octal 262 235 62 0 14 110 36 62 70 55
Binary 10110010 10011101 110010 0 1100 1001000 11110 110010 111000 101101

Color Harmonies of #B29D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D32

Black with #B29D32

Text Example


Text Example

White with #B29D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D32; }

 p { color: rgb(178,157,50); }

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

background-color css

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

 a { background-color: rgb(178,157,50); }

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

border-color css

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

 span { border-color: rgb(178,157,50); }

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