Html Css Color HEX #BB7C2F Mandalay

📋 copy color: '#BB7C2F'

red 187 ◦ green 124 ◦ blue 47

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

Shades of Mandalay #BB7C2F

Tints of Mandalay #BB7C2F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

 BLUE value IS 47 (18.75% from 255) = 13.13%

R = 52.23%
G = 34.64%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB7C2F (or 0xBB7C2F) is known color: Mandalay. HEX triplet: BB, 7C and 2F. RGB value is (187,124,47). Sum of RGB (Red+Green+Blue) = 187+124+47=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C2F is #4483D0. Grayscale: #868686. Windows color (decimal): -4490193 or 3112123. OLE color: 3112123.

HSL color Cylindrical-coordinate representation of color #BB7C2F: hue angle of 33º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB7C2F is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 124 47 -
CMYK 0 0.34 0.75 0.27
HSL 33º 0.6% 0.46% -
HSV(B) 33º 0.75% 0.73% -
XYZ 28.21 25.19 6.06 -
YUV 134.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 187 124 47 0 0.34 0.75 0.27 33 0.6 0.46
Hex BB 7C 2F 0 22 4B 1B 21 3C 2E
Octal 273 174 57 0 42 113 33 41 74 56
Binary 10111011 1111100 101111 0 100010 1001011 11011 100001 111100 101110

Color Harmonies of #BB7C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C2F

Black with #BB7C2F

Text Example


Text Example

White with #BB7C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C2F; }

 p { color: rgb(187,124,47); }

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

background-color css

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

 a { background-color: rgb(187,124,47); }

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

border-color css

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

 span { border-color: rgb(187,124,47); }

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