Html Css Color HEX #B29B21 Sahara

📋 copy color: '#B29B21'

red 178 ◦ green 155 ◦ blue 33

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

Shades of Sahara #B29B21

Tints of Sahara #B29B21

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.35%

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

R = 48.63%
G = 42.35%
B = 9.02%

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

#B29B21 (or 0xB29B21) is known color: Sahara. HEX triplet: B2, 9B and 21. RGB value is (178,155,33). Sum of RGB (Red+Green+Blue) = 178+155+33=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29B21 is #4D64DE. Grayscale: #949494. Windows color (decimal): -5072095 or 2202546. OLE color: 2202546.

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

Color convert

RGB 178 155 33 -
CMYK 0 0.13 0.81 0.30
HSL 50.48º 0.69% 0.41% -
HSV(B) 50.48º 0.81% 0.7% -
XYZ 30.36 33.02 6.21 -
YUV 147.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 178 155 33 0 0.13 0.81 0.30 50.48 0.69 0.41
Hex B2 9B 21 0 D 51 1E 32 45 29
Octal 262 233 41 0 15 121 36 62 105 51
Binary 10110010 10011011 100001 0 1101 1010001 11110 110010 1000101 101001

Color Harmonies of #B29B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B21

Black with #B29B21

Text Example


Text Example

White with #B29B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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