Html Css Color HEX #BB7E35 Mandalay

📋 copy color: '#BB7E35'

red 187 ◦ green 126 ◦ blue 53

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

Shades of Mandalay #BB7E35

Tints of Mandalay #BB7E35

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 51.09%
G = 34.43%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB7E35 (or 0xBB7E35) is known color: Mandalay. HEX triplet: BB, 7E and 35. RGB value is (187,126,53). Sum of RGB (Red+Green+Blue) = 187+126+53=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E35 is #4481CA. Grayscale: #888888. Windows color (decimal): -4489675 or 3505851. OLE color: 3505851.

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

Color convert

RGB 187 126 53 -
CMYK 0 0.33 0.72 0.27
HSL 32.69º 0.56% 0.47% -
HSV(B) 32.69º 0.72% 0.73% -
XYZ 28.6 25.74 6.83 -
YUV 135.92 81.21 164.44 -
System Red Green Blue C M Y K H S L
Decimal 187 126 53 0 0.33 0.72 0.27 32.69 0.56 0.47
Hex BB 7E 35 0 21 48 1B 21 38 2F
Octal 273 176 65 0 41 110 33 41 70 57
Binary 10111011 1111110 110101 0 100001 1001000 11011 100001 111000 101111

Color Harmonies of #BB7E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E35

Black with #BB7E35

Text Example


Text Example

White with #BB7E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E35; }

 p { color: rgb(187,126,53); }

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

background-color css

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

 a { background-color: rgb(187,126,53); }

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

border-color css

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

 span { border-color: rgb(187,126,53); }

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