Html Css Color HEX #BB7F2B Mandalay

📋 copy color: '#BB7F2B'

red 187 ◦ green 127 ◦ blue 43

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

Shades of Mandalay #BB7F2B

Tints of Mandalay #BB7F2B

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 52.38%
G = 35.57%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB7F2B (or 0xBB7F2B) is known color: Mandalay. HEX triplet: BB, 7F and 2B. RGB value is (187,127,43). Sum of RGB (Red+Green+Blue) = 187+127+43=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7F2B is #4480D4. Grayscale: #878787. Windows color (decimal): -4489429 or 2850747. OLE color: 2850747.

HSL color Cylindrical-coordinate representation of color #BB7F2B: hue angle of 35º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB7F2B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 127 43 -
CMYK 0 0.32 0.77 0.27
HSL 35º 0.63% 0.45% -
HSV(B) 35º 0.77% 0.73% -
XYZ 28.52 25.92 5.79 -
YUV 135.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 187 127 43 0 0.32 0.77 0.27 35 0.63 0.45
Hex BB 7F 2B 0 20 4D 1B 23 3F 2D
Octal 273 177 53 0 40 115 33 43 77 55
Binary 10111011 1111111 101011 0 100000 1001101 11011 100011 111111 101101

Color Harmonies of #BB7F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F2B

Black with #BB7F2B

Text Example


Text Example

White with #BB7F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F2B; }

 p { color: rgb(187,127,43); }

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

background-color css

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

 a { background-color: rgb(187,127,43); }

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

border-color css

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

 span { border-color: rgb(187,127,43); }

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