Html Css Color HEX #B29528 Sahara

📋 copy color: '#B29528'

red 178 ◦ green 149 ◦ blue 40

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

Shades of Sahara #B29528

Tints of Sahara #B29528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 48.5%
G = 40.6%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B29528 (or 0xB29528) is known color: Sahara. HEX triplet: B2, 95 and 28. RGB value is (178,149,40). Sum of RGB (Red+Green+Blue) = 178+149+40=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B29528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29528 is #4D6AD7. Grayscale: #919191. Windows color (decimal): -5073624 or 2659762. OLE color: 2659762.

HSL color Cylindrical-coordinate representation of color #B29528: hue angle of 47.39º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B29528 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 40 -
CMYK 0 0.16 0.78 0.30
HSL 47.39º 0.63% 0.43% -
HSV(B) 47.39º 0.78% 0.7% -
XYZ 29.49 31.11 6.46 -
YUV 145.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 178 149 40 0 0.16 0.78 0.30 47.39 0.63 0.43
Hex B2 95 28 0 10 4E 1E 2F 3F 2B
Octal 262 225 50 0 20 116 36 57 77 53
Binary 10110010 10010101 101000 0 10000 1001110 11110 101111 111111 101011

Color Harmonies of #B29528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29528

Black with #B29528

Text Example


Text Example

White with #B29528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29528; }

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

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

background-color css

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

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

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

border-color css

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

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

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