Html Css Color HEX #BB4070 Royal Heath

📋 copy color: '#BB4070'

red 187 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #BB4070

Tints of Royal Heath #BB4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 51.52%
G = 17.63%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB4070 (or 0xBB4070) is known color: Royal Heath. HEX triplet: BB, 40 and 70. RGB value is (187,64,112). Sum of RGB (Red+Green+Blue) = 187+64+112=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4070 is #44BF8F. Grayscale: #6A6A6A. Windows color (decimal): -4505488 or 7356603. OLE color: 7356603.

HSL color Cylindrical-coordinate representation of color #BB4070: hue angle of 336.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4070 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 112 -
CMYK 0 0.66 0.40 0.27
HSL 336.59º 0.49% 0.49% -
HSV(B) 336.59º 0.66% 0.73% -
XYZ 25.25 15.4 16.97 -
YUV 106.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 187 64 112 0 0.66 0.40 0.27 336.59 0.49 0.49
Hex BB 40 70 0 42 28 1B 151 31 31
Octal 273 100 160 0 102 50 33 521 61 61
Binary 10111011 1000000 1110000 0 1000010 101000 11011 101010001 110001 110001

Color Harmonies of #BB4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4070

Black with #BB4070

Text Example


Text Example

White with #BB4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4070; }

 p { color: rgb(187,64,112); }

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

background-color css

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

 a { background-color: rgb(187,64,112); }

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

border-color css

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

 span { border-color: rgb(187,64,112); }

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