Html Css Color HEX #B29A23 Sahara

📋 copy color: '#B29A23'

red 178 ◦ green 154 ◦ blue 35

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

Shades of Sahara #B29A23

Tints of Sahara #B29A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.54%

R = 48.5%
G = 41.96%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B29A23 (or 0xB29A23) is known color: Sahara. HEX triplet: B2, 9A and 23. RGB value is (178,154,35). Sum of RGB (Red+Green+Blue) = 178+154+35=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A23 is #4D65DC. Grayscale: #949494. Windows color (decimal): -5072349 or 2333362. OLE color: 2333362.

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

Color convert

RGB 178 154 35 -
CMYK 0 0.13 0.80 0.30
HSL 49.93º 0.67% 0.42% -
HSV(B) 49.93º 0.8% 0.7% -
XYZ 30.22 32.7 6.31 -
YUV 147.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 178 154 35 0 0.13 0.80 0.30 49.93 0.67 0.42
Hex B2 9A 23 0 D 50 1E 32 43 2A
Octal 262 232 43 0 15 120 36 62 103 52
Binary 10110010 10011010 100011 0 1101 1010000 11110 110010 1000011 101010

Color Harmonies of #B29A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A23

Black with #B29A23

Text Example


Text Example

White with #B29A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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