Html Css Color HEX #B88328 Mandalay

📋 copy color: '#B88328'

red 184 ◦ green 131 ◦ blue 40

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

Shades of Mandalay #B88328

Tints of Mandalay #B88328

RGB

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

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

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

R = 51.83%
G = 36.9%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B88328 (or 0xB88328) is known color: Mandalay. HEX triplet: B8, 83 and 28. RGB value is (184,131,40). Sum of RGB (Red+Green+Blue) = 184+131+40=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B88328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88328 is #477CD7. Grayscale: #888888. Windows color (decimal): -4685016 or 2655160. OLE color: 2655160.

HSL color Cylindrical-coordinate representation of color #B88328: hue angle of 37.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B88328 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 40 -
CMYK 0 0.29 0.78 0.28
HSL 37.92º 0.64% 0.44% -
HSV(B) 37.92º 0.78% 0.72% -
XYZ 28.27 26.58 5.65 -
YUV 136.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 184 131 40 0 0.29 0.78 0.28 37.92 0.64 0.44
Hex B8 83 28 0 1D 4E 1C 26 40 2C
Octal 270 203 50 0 35 116 34 46 100 54
Binary 10111000 10000011 101000 0 11101 1001110 11100 100110 1000000 101100

Color Harmonies of #B88328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88328

Black with #B88328

Text Example


Text Example

White with #B88328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88328; }

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

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

background-color css

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

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

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

border-color css

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

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

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