Html Css Color HEX #BB8233 Mandalay

📋 copy color: '#BB8233'

red 187 ◦ green 130 ◦ blue 51

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

Shades of Mandalay #BB8233

Tints of Mandalay #BB8233

RGB

 RED value IS 187 (73.44% from 255) = 50.82%

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

 BLUE value IS 51 (20.31% from 255) = 13.86%

R = 50.82%
G = 35.33%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB8233 (or 0xBB8233) is known color: Mandalay. HEX triplet: BB, 82 and 33. RGB value is (187,130,51). Sum of RGB (Red+Green+Blue) = 187+130+51=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8233 is #447DCC. Grayscale: #8A8A8A. Windows color (decimal): -4488653 or 3375803. OLE color: 3375803.

HSL color Cylindrical-coordinate representation of color #BB8233: hue angle of 34.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB8233 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 51 -
CMYK 0 0.30 0.73 0.27
HSL 34.85º 0.57% 0.47% -
HSV(B) 34.85º 0.73% 0.73% -
XYZ 29.07 26.77 6.77 -
YUV 138.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 187 130 51 0 0.30 0.73 0.27 34.85 0.57 0.47
Hex BB 82 33 0 1E 49 1B 23 39 2F
Octal 273 202 63 0 36 111 33 43 71 57
Binary 10111011 10000010 110011 0 11110 1001001 11011 100011 111001 101111

Color Harmonies of #BB8233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8233

Black with #BB8233

Text Example


Text Example

White with #BB8233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8233; }

 p { color: rgb(187,130,51); }

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

background-color css

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

 a { background-color: rgb(187,130,51); }

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

border-color css

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

 span { border-color: rgb(187,130,51); }

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