Html Css Color HEX #BB4674 Royal Heath

📋 copy color: '#BB4674'

red 187 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #BB4674

Tints of Royal Heath #BB4674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 50.13%
G = 18.77%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB4674 (or 0xBB4674) is known color: Royal Heath. HEX triplet: BB, 46 and 74. RGB value is (187,70,116). Sum of RGB (Red+Green+Blue) = 187+70+116=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4674 is #44B98B. Grayscale: #6E6E6E. Windows color (decimal): -4503948 or 7620283. OLE color: 7620283.

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

Color convert

RGB 187 70 116 -
CMYK 0 0.63 0.38 0.27
HSL 336.41º 0.46% 0.5% -
HSV(B) 336.41º 0.63% 0.73% -
XYZ 25.84 16.21 18.29 -
YUV 110.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 187 70 116 0 0.63 0.38 0.27 336.41 0.46 0.5
Hex BB 46 74 0 3F 26 1B 150 2E 32
Octal 273 106 164 0 77 46 33 520 56 62
Binary 10111011 1000110 1110100 0 111111 100110 11011 101010000 101110 110010

Color Harmonies of #BB4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4674

Black with #BB4674

Text Example


Text Example

White with #BB4674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4674; }

 p { color: rgb(187,70,116); }

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

background-color css

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

 a { background-color: rgb(187,70,116); }

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

border-color css

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

 span { border-color: rgb(187,70,116); }

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