Html Css Color HEX #BB8137 Mandalay

📋 copy color: '#BB8137'

red 187 ◦ green 129 ◦ blue 55

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

Shades of Mandalay #BB8137

Tints of Mandalay #BB8137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 50.4%
G = 34.77%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB8137 (or 0xBB8137) is known color: Mandalay. HEX triplet: BB, 81 and 37. RGB value is (187,129,55). Sum of RGB (Red+Green+Blue) = 187+129+55=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8137 is #447EC8. Grayscale: #8A8A8A. Windows color (decimal): -4488905 or 3637691. OLE color: 3637691.

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

Color convert

RGB 187 129 55 -
CMYK 0 0.31 0.71 0.27
HSL 33.64º 0.55% 0.47% -
HSV(B) 33.64º 0.71% 0.73% -
XYZ 29.03 26.54 7.21 -
YUV 137.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 187 129 55 0 0.31 0.71 0.27 33.64 0.55 0.47
Hex BB 81 37 0 1F 47 1B 22 37 2F
Octal 273 201 67 0 37 107 33 42 67 57
Binary 10111011 10000001 110111 0 11111 1000111 11011 100010 110111 101111

Color Harmonies of #BB8137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8137

Black with #BB8137

Text Example


Text Example

White with #BB8137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8137; }

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

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

background-color css

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

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

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

border-color css

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

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

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