Html Css Color HEX #B29523 Sahara

📋 copy color: '#B29523'

red 178 ◦ green 149 ◦ blue 35

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

Shades of Sahara #B29523

Tints of Sahara #B29523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

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

R = 49.17%
G = 41.16%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B29523 (or 0xB29523) is known color: Sahara. HEX triplet: B2, 95 and 23. RGB value is (178,149,35). Sum of RGB (Red+Green+Blue) = 178+149+35=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B29523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29523 is #4D6ADC. Grayscale: #919191. Windows color (decimal): -5073629 or 2332082. OLE color: 2332082.

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

Color convert

RGB 178 149 35 -
CMYK 0 0.16 0.80 0.30
HSL 47.83º 0.67% 0.42% -
HSV(B) 47.83º 0.8% 0.7% -
XYZ 29.41 31.08 6.04 -
YUV 144.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 178 149 35 0 0.16 0.80 0.30 47.83 0.67 0.42
Hex B2 95 23 0 10 50 1E 30 43 2A
Octal 262 225 43 0 20 120 36 60 103 52
Binary 10110010 10010101 100011 0 10000 1010000 11110 110000 1000011 101010

Color Harmonies of #B29523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29523

Black with #B29523

Text Example


Text Example

White with #B29523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29523; }

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

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

background-color css

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

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

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

border-color css

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

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

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