Html Css Color HEX #B88321 Mandalay

📋 copy color: '#B88321'

red 184 ◦ green 131 ◦ blue 33

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

Shades of Mandalay #B88321

Tints of Mandalay #B88321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.48%

R = 52.87%
G = 37.64%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B88321 (or 0xB88321) is known color: Mandalay. HEX triplet: B8, 83 and 21. RGB value is (184,131,33). Sum of RGB (Red+Green+Blue) = 184+131+33=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B88321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88321 is #477CDE. Grayscale: #888888. Windows color (decimal): -4685023 or 2196408. OLE color: 2196408.

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

Color convert

RGB 184 131 33 -
CMYK 0 0.29 0.82 0.28
HSL 38.94º 0.7% 0.43% -
HSV(B) 38.94º 0.82% 0.72% -
XYZ 28.16 26.53 5.08 -
YUV 135.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 184 131 33 0 0.29 0.82 0.28 38.94 0.7 0.43
Hex B8 83 21 0 1D 52 1C 27 46 2B
Octal 270 203 41 0 35 122 34 47 106 53
Binary 10111000 10000011 100001 0 11101 1010010 11100 100111 1000110 101011

Color Harmonies of #B88321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88321

Black with #B88321

Text Example


Text Example

White with #B88321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88321; }

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

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

background-color css

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

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

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

border-color css

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

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

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