Html Css Color HEX #B29A21 Sahara

📋 copy color: '#B29A21'

red 178 ◦ green 154 ◦ blue 33

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

Shades of Sahara #B29A21

Tints of Sahara #B29A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.04%

R = 48.77%
G = 42.19%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B29A21 (or 0xB29A21) is known color: Sahara. HEX triplet: B2, 9A and 21. RGB value is (178,154,33). Sum of RGB (Red+Green+Blue) = 178+154+33=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A21 is #4D65DE. Grayscale: #939393. Windows color (decimal): -5072351 or 2202290. OLE color: 2202290.

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

Color convert

RGB 178 154 33 -
CMYK 0 0.13 0.81 0.30
HSL 50.07º 0.69% 0.41% -
HSV(B) 50.07º 0.81% 0.7% -
XYZ 30.19 32.69 6.16 -
YUV 147.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 178 154 33 0 0.13 0.81 0.30 50.07 0.69 0.41
Hex B2 9A 21 0 D 51 1E 32 45 29
Octal 262 232 41 0 15 121 36 62 105 51
Binary 10110010 10011010 100001 0 1101 1010001 11110 110010 1000101 101001

Color Harmonies of #B29A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A21

Black with #B29A21

Text Example


Text Example

White with #B29A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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