Html Css Color HEX #BF4C70 Royal Heath

📋 copy color: '#BF4C70'

red 191 ◦ green 76 ◦ blue 112

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

Shades of Royal Heath #BF4C70

Tints of Royal Heath #BF4C70

RGB

 RED value IS 191 (75% from 255) = 50.4%

 GREEN value IS 76 (30.08% from 255) = 20.05%

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

R = 50.4%
G = 20.05%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF4C70 (or 0xBF4C70) is known color: Royal Heath. HEX triplet: BF, 4C and 70. RGB value is (191,76,112). Sum of RGB (Red+Green+Blue) = 191+76+112=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C70 is #40B38F. Grayscale: #727272. Windows color (decimal): -4240272 or 7359679. OLE color: 7359679.

HSL color Cylindrical-coordinate representation of color #BF4C70: hue angle of 341.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C70 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 112 -
CMYK 0 0.60 0.41 0.25
HSL 341.22º 0.47% 0.52% -
HSV(B) 341.22º 0.6% 0.75% -
XYZ 26.99 17.42 17.27 -
YUV 114.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 191 76 112 0 0.60 0.41 0.25 341.22 0.47 0.52
Hex BF 4C 70 0 3C 29 19 155 2F 34
Octal 277 114 160 0 74 51 31 525 57 64
Binary 10111111 1001100 1110000 0 111100 101001 11001 101010101 101111 110100

Color Harmonies of #BF4C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C70

Black with #BF4C70

Text Example


Text Example

White with #BF4C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C70; }

 p { color: rgb(191,76,112); }

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

background-color css

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

 a { background-color: rgb(191,76,112); }

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

border-color css

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

 span { border-color: rgb(191,76,112); }

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