Html Css Color HEX #BB8133 Mandalay

📋 copy color: '#BB8133'

red 187 ◦ green 129 ◦ blue 51

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

Shades of Mandalay #BB8133

Tints of Mandalay #BB8133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 50.95%
G = 35.15%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB8133 (or 0xBB8133) is known color: Mandalay. HEX triplet: BB, 81 and 33. RGB value is (187,129,51). Sum of RGB (Red+Green+Blue) = 187+129+51=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8133 is #447ECC. Grayscale: #898989. Windows color (decimal): -4488909 or 3375547. OLE color: 3375547.

HSL color Cylindrical-coordinate representation of color #BB8133: hue angle of 34.41º 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 #BB8133 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 51 -
CMYK 0 0.31 0.73 0.27
HSL 34.41º 0.57% 0.47% -
HSV(B) 34.41º 0.73% 0.73% -
XYZ 28.94 26.5 6.72 -
YUV 137.45 79.22 163.34 -
System Red Green Blue C M Y K H S L
Decimal 187 129 51 0 0.31 0.73 0.27 34.41 0.57 0.47
Hex BB 81 33 0 1F 49 1B 22 39 2F
Octal 273 201 63 0 37 111 33 42 71 57
Binary 10111011 10000001 110011 0 11111 1001001 11011 100010 111001 101111

Color Harmonies of #BB8133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8133

Black with #BB8133

Text Example


Text Example

White with #BB8133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8133; }

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

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

background-color css

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

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

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

border-color css

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

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

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