Html Css Color HEX #B17825 Mandalay

📋 copy color: '#B17825'

red 177 ◦ green 120 ◦ blue 37

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

Shades of Mandalay #B17825

Tints of Mandalay #B17825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 52.99%
G = 35.93%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B17825 (or 0xB17825) is known color: Mandalay. HEX triplet: B1, 78 and 25. RGB value is (177,120,37). Sum of RGB (Red+Green+Blue) = 177+120+37=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B17825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17825 is #4E87DA. Grayscale: #7F7F7F. Windows color (decimal): -5146587 or 2455729. OLE color: 2455729.

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

Color convert

RGB 177 120 37 -
CMYK 0 0.32 0.79 0.31
HSL 35.57º 0.65% 0.42% -
HSV(B) 35.57º 0.79% 0.69% -
XYZ 25.18 22.91 4.85 -
YUV 127.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 177 120 37 0 0.32 0.79 0.31 35.57 0.65 0.42
Hex B1 78 25 0 20 4F 1F 24 41 2A
Octal 261 170 45 0 40 117 37 44 101 52
Binary 10110001 1111000 100101 0 100000 1001111 11111 100100 1000001 101010

Color Harmonies of #B17825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17825

Black with #B17825

Text Example


Text Example

White with #B17825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17825; }

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

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

background-color css

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

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

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

border-color css

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

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

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