Html Css Color HEX #B17528 Mandalay

📋 copy color: '#B17528'

red 177 ◦ green 117 ◦ blue 40

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

Shades of Mandalay #B17528

Tints of Mandalay #B17528

RGB

 RED value IS 177 (69.53% from 255) = 52.99%

 GREEN value IS 117 (46.09% from 255) = 35.03%

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

R = 52.99%
G = 35.03%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B17528 (or 0xB17528) is known color: Mandalay. HEX triplet: B1, 75 and 28. RGB value is (177,117,40). Sum of RGB (Red+Green+Blue) = 177+117+40=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B17528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17528 is #4E8AD7. Grayscale: #7E7E7E. Windows color (decimal): -5147352 or 2651569. OLE color: 2651569.

HSL color Cylindrical-coordinate representation of color #B17528: hue angle of 33.72º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B17528 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 117 40 -
CMYK 0 0.34 0.77 0.31
HSL 33.72º 0.63% 0.43% -
HSV(B) 33.72º 0.77% 0.69% -
XYZ 24.88 22.22 4.99 -
YUV 126.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 177 117 40 0 0.34 0.77 0.31 33.72 0.63 0.43
Hex B1 75 28 0 22 4D 1F 22 3F 2B
Octal 261 165 50 0 42 115 37 42 77 53
Binary 10110001 1110101 101000 0 100010 1001101 11111 100010 111111 101011

Color Harmonies of #B17528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17528

Black with #B17528

Text Example


Text Example

White with #B17528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17528; }

 p { color: rgb(177,117,40); }

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

background-color css

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

 a { background-color: rgb(177,117,40); }

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

border-color css

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

 span { border-color: rgb(177,117,40); }

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