Html Css Color HEX #B29424 Sahara

📋 copy color: '#B29424'

red 178 ◦ green 148 ◦ blue 36

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

Shades of Sahara #B29424

Tints of Sahara #B29424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 49.17%
G = 40.88%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B29424 (or 0xB29424) is known color: Sahara. HEX triplet: B2, 94 and 24. RGB value is (178,148,36). Sum of RGB (Red+Green+Blue) = 178+148+36=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B29424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29424 is #4D6BDB. Grayscale: #909090. Windows color (decimal): -5073884 or 2397362. OLE color: 2397362.

HSL color Cylindrical-coordinate representation of color #B29424: hue angle of 47.32º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B29424 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 148 36 -
CMYK 0 0.17 0.80 0.30
HSL 47.32º 0.66% 0.42% -
HSV(B) 47.32º 0.8% 0.7% -
XYZ 29.27 30.77 6.07 -
YUV 144.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 178 148 36 0 0.17 0.80 0.30 47.32 0.66 0.42
Hex B2 94 24 0 11 50 1E 2F 42 2A
Octal 262 224 44 0 21 120 36 57 102 52
Binary 10110010 10010100 100100 0 10001 1010000 11110 101111 1000010 101010

Color Harmonies of #B29424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29424

Black with #B29424

Text Example


Text Example

White with #B29424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29424; }

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

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

background-color css

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

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

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

border-color css

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

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

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