Html Css Color HEX #B17828 Mandalay

📋 copy color: '#B17828'

red 177 ◦ green 120 ◦ blue 40

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

Shades of Mandalay #B17828

Tints of Mandalay #B17828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.61%

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

R = 52.52%
G = 35.61%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B17828 (or 0xB17828) is known color: Mandalay. HEX triplet: B1, 78 and 28. RGB value is (177,120,40). Sum of RGB (Red+Green+Blue) = 177+120+40=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B17828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17828 is #4E87D7. Grayscale: #808080. Windows color (decimal): -5146584 or 2652337. OLE color: 2652337.

HSL color Cylindrical-coordinate representation of color #B17828: hue angle of 35.04º 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 #B17828 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 120 40 -
CMYK 0 0.32 0.77 0.31
HSL 35.04º 0.63% 0.43% -
HSV(B) 35.04º 0.77% 0.69% -
XYZ 25.23 22.93 5.1 -
YUV 127.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 177 120 40 0 0.32 0.77 0.31 35.04 0.63 0.43
Hex B1 78 28 0 20 4D 1F 23 3F 2B
Octal 261 170 50 0 40 115 37 43 77 53
Binary 10110001 1111000 101000 0 100000 1001101 11111 100011 111111 101011

Color Harmonies of #B17828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17828

Black with #B17828

Text Example


Text Example

White with #B17828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17828; }

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

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

background-color css

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

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

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

border-color css

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

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

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