Html Css Color HEX #B88229 Mandalay

📋 copy color: '#B88229'

red 184 ◦ green 130 ◦ blue 41

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

Shades of Mandalay #B88229

Tints of Mandalay #B88229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 41 (16.41% from 255) = 11.55%

R = 51.83%
G = 36.62%
B = 11.55%

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

#B88229 (or 0xB88229) is known color: Mandalay. HEX triplet: B8, 82 and 29. RGB value is (184,130,41). Sum of RGB (Red+Green+Blue) = 184+130+41=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B88229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88229 is #477DD6. Grayscale: #888888. Windows color (decimal): -4685271 or 2720440. OLE color: 2720440.

HSL color Cylindrical-coordinate representation of color #B88229: hue angle of 37.34º 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 #B88229 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 41 -
CMYK 0 0.29 0.78 0.28
HSL 37.34º 0.64% 0.44% -
HSV(B) 37.34º 0.78% 0.72% -
XYZ 28.15 26.32 5.69 -
YUV 136 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 184 130 41 0 0.29 0.78 0.28 37.34 0.64 0.44
Hex B8 82 29 0 1D 4E 1C 25 40 2C
Octal 270 202 51 0 35 116 34 45 100 54
Binary 10111000 10000010 101001 0 11101 1001110 11100 100101 1000000 101100

Color Harmonies of #B88229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88229

Black with #B88229

Text Example


Text Example

White with #B88229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88229; }

 p { color: rgb(184,130,41); }

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

background-color css

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

 a { background-color: rgb(184,130,41); }

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

border-color css

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

 span { border-color: rgb(184,130,41); }

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