Html Css Color HEX #BB7D36 Mandalay

📋 copy color: '#BB7D36'

red 187 ◦ green 125 ◦ blue 54

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

Shades of Mandalay #BB7D36

Tints of Mandalay #BB7D36

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 54 (21.48% from 255) = 14.75%

R = 51.09%
G = 34.15%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB7D36 (or 0xBB7D36) is known color: Mandalay. HEX triplet: BB, 7D and 36. RGB value is (187,125,54). Sum of RGB (Red+Green+Blue) = 187+125+54=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D36 is #4482C9. Grayscale: #878787. Windows color (decimal): -4489930 or 3571131. OLE color: 3571131.

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

Color convert

RGB 187 125 54 -
CMYK 0 0.33 0.71 0.27
HSL 32.03º 0.55% 0.47% -
HSV(B) 32.03º 0.71% 0.73% -
XYZ 28.49 25.5 6.91 -
YUV 135.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 187 125 54 0 0.33 0.71 0.27 32.03 0.55 0.47
Hex BB 7D 36 0 21 47 1B 20 37 2F
Octal 273 175 66 0 41 107 33 40 67 57
Binary 10111011 1111101 110110 0 100001 1000111 11011 100000 110111 101111

Color Harmonies of #BB7D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D36

Black with #BB7D36

Text Example


Text Example

White with #BB7D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D36; }

 p { color: rgb(187,125,54); }

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

background-color css

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

 a { background-color: rgb(187,125,54); }

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

border-color css

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

 span { border-color: rgb(187,125,54); }

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