Html Css Color HEX #B29421 Sahara

📋 copy color: '#B29421'

red 178 ◦ green 148 ◦ blue 33

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

Shades of Sahara #B29421

Tints of Sahara #B29421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

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

R = 49.58%
G = 41.23%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B29421 (or 0xB29421) is known color: Sahara. HEX triplet: B2, 94 and 21. RGB value is (178,148,33). Sum of RGB (Red+Green+Blue) = 178+148+33=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B29421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29421 is #4D6BDE. Grayscale: #909090. Windows color (decimal): -5073887 or 2200754. OLE color: 2200754.

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

Color convert

RGB 178 148 33 -
CMYK 0 0.17 0.81 0.30
HSL 47.59º 0.69% 0.41% -
HSV(B) 47.59º 0.81% 0.7% -
XYZ 29.22 30.75 5.83 -
YUV 143.86 65.44 152.35 -
System Red Green Blue C M Y K H S L
Decimal 178 148 33 0 0.17 0.81 0.30 47.59 0.69 0.41
Hex B2 94 21 0 11 51 1E 30 45 29
Octal 262 224 41 0 21 121 36 60 105 51
Binary 10110010 10010100 100001 0 10001 1010001 11110 110000 1000101 101001

Color Harmonies of #B29421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29421

Black with #B29421

Text Example


Text Example

White with #B29421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29421; }

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

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

background-color css

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

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

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

border-color css

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

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

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