Html Css Color HEX #BB494B Mandy

📋 copy color: '#BB494B'

red 187 ◦ green 73 ◦ blue 75

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

Shades of Mandy #BB494B

Tints of Mandy #BB494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 55.82%
G = 21.79%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB494B (or 0xBB494B) is known color: Mandy. HEX triplet: BB, 49 and 4B. RGB value is (187,73,75). Sum of RGB (Red+Green+Blue) = 187+73+75=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB494B is #44B6B4. Grayscale: #6B6B6B. Windows color (decimal): -4503221 or 4934075. OLE color: 4934075.

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

Color convert

RGB 187 73 75 -
CMYK 0 0.61 0.60 0.27
HSL 358.95º 0.46% 0.51% -
HSV(B) 358.95º 0.61% 0.73% -
XYZ 24.15 15.84 8.44 -
YUV 107.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 187 73 75 0 0.61 0.60 0.27 358.95 0.46 0.51
Hex BB 49 4B 0 3D 3C 1B 167 2E 33
Octal 273 111 113 0 75 74 33 547 56 63
Binary 10111011 1001001 1001011 0 111101 111100 11011 101100111 101110 110011

Color Harmonies of #BB494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB494B

Black with #BB494B

Text Example


Text Example

White with #BB494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB494B; }

 p { color: rgb(187,73,75); }

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

background-color css

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

 a { background-color: rgb(187,73,75); }

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

border-color css

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

 span { border-color: rgb(187,73,75); }

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