Html Css Color HEX #BB3670 Royal Heath

📋 copy color: '#BB3670'

red 187 ◦ green 54 ◦ blue 112

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

Shades of Royal Heath #BB3670

Tints of Royal Heath #BB3670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 52.97%
G = 15.3%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB3670 (or 0xBB3670) is known color: Royal Heath. HEX triplet: BB, 36 and 70. RGB value is (187,54,112). Sum of RGB (Red+Green+Blue) = 187+54+112=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3670 is #44C98F. Grayscale: #646464. Windows color (decimal): -4508048 or 7354043. OLE color: 7354043.

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

Color convert

RGB 187 54 112 -
CMYK 0 0.71 0.40 0.27
HSL 333.83º 0.55% 0.47% -
HSV(B) 333.83º 0.71% 0.73% -
XYZ 24.74 14.37 16.8 -
YUV 100.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 187 54 112 0 0.71 0.40 0.27 333.83 0.55 0.47
Hex BB 36 70 0 47 28 1B 14E 37 2F
Octal 273 66 160 0 107 50 33 516 67 57
Binary 10111011 110110 1110000 0 1000111 101000 11011 101001110 110111 101111

Color Harmonies of #BB3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3670

Black with #BB3670

Text Example


Text Example

White with #BB3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3670; }

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

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

background-color css

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

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

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

border-color css

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

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

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