Html Css Color HEX #B88330 Mandalay

📋 copy color: '#B88330'

red 184 ◦ green 131 ◦ blue 48

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

Shades of Mandalay #B88330

Tints of Mandalay #B88330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.22%

R = 50.69%
G = 36.09%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B88330 (or 0xB88330) is known color: Mandalay. HEX triplet: B8, 83 and 30. RGB value is (184,131,48). Sum of RGB (Red+Green+Blue) = 184+131+48=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B88330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88330 is #477CCF. Grayscale: #898989. Windows color (decimal): -4685008 or 3179448. OLE color: 3179448.

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

Color convert

RGB 184 131 48 -
CMYK 0 0.29 0.74 0.28
HSL 36.62º 0.59% 0.45% -
HSV(B) 36.62º 0.74% 0.72% -
XYZ 28.42 26.64 6.44 -
YUV 137.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 184 131 48 0 0.29 0.74 0.28 36.62 0.59 0.45
Hex B8 83 30 0 1D 4A 1C 25 3B 2D
Octal 270 203 60 0 35 112 34 45 73 55
Binary 10111000 10000011 110000 0 11101 1001010 11100 100101 111011 101101

Color Harmonies of #B88330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88330

Black with #B88330

Text Example


Text Example

White with #B88330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88330; }

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

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

background-color css

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

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

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

border-color css

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

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

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