Html Css Color HEX #B88325 Mandalay

📋 copy color: '#B88325'

red 184 ◦ green 131 ◦ blue 37

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

Shades of Mandalay #B88325

Tints of Mandalay #B88325

RGB

 RED value IS 184 (72.27% from 255) = 52.27%

 GREEN value IS 131 (51.56% from 255) = 37.22%

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

R = 52.27%
G = 37.22%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B88325 (or 0xB88325) is known color: Mandalay. HEX triplet: B8, 83 and 25. RGB value is (184,131,37). Sum of RGB (Red+Green+Blue) = 184+131+37=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B88325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88325 is #477CDA. Grayscale: #888888. Windows color (decimal): -4685019 or 2458552. OLE color: 2458552.

HSL color Cylindrical-coordinate representation of color #B88325: hue angle of 38.37º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B88325 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 37 -
CMYK 0 0.29 0.80 0.28
HSL 38.37º 0.67% 0.43% -
HSV(B) 38.37º 0.8% 0.72% -
XYZ 28.22 26.56 5.39 -
YUV 136.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 184 131 37 0 0.29 0.80 0.28 38.37 0.67 0.43
Hex B8 83 25 0 1D 50 1C 26 43 2B
Octal 270 203 45 0 35 120 34 46 103 53
Binary 10111000 10000011 100101 0 11101 1010000 11100 100110 1000011 101011

Color Harmonies of #B88325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88325

Black with #B88325

Text Example


Text Example

White with #B88325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88325; }

 p { color: rgb(184,131,37); }

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

background-color css

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

 a { background-color: rgb(184,131,37); }

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

border-color css

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

 span { border-color: rgb(184,131,37); }

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