Html Css Color HEX #B17527 Mandalay

📋 copy color: '#B17527'

red 177 ◦ green 117 ◦ blue 39

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

Shades of Mandalay #B17527

Tints of Mandalay #B17527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.71%

R = 53.15%
G = 35.14%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B17527 (or 0xB17527) is known color: Mandalay. HEX triplet: B1, 75 and 27. RGB value is (177,117,39). Sum of RGB (Red+Green+Blue) = 177+117+39=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B17527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17527 is #4E8AD8. Grayscale: #7E7E7E. Windows color (decimal): -5147353 or 2586033. OLE color: 2586033.

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

Color convert

RGB 177 117 39 -
CMYK 0 0.34 0.78 0.31
HSL 33.91º 0.64% 0.42% -
HSV(B) 33.91º 0.78% 0.69% -
XYZ 24.86 22.22 4.9 -
YUV 126.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 177 117 39 0 0.34 0.78 0.31 33.91 0.64 0.42
Hex B1 75 27 0 22 4E 1F 22 40 2A
Octal 261 165 47 0 42 116 37 42 100 52
Binary 10110001 1110101 100111 0 100010 1001110 11111 100010 1000000 101010

Color Harmonies of #B17527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17527

Black with #B17527

Text Example


Text Example

White with #B17527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17527; }

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

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

background-color css

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

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

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

border-color css

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

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

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