Html Css Color HEX #BF4170 Royal Heath

📋 copy color: '#BF4170'

red 191 ◦ green 65 ◦ blue 112

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

Shades of Royal Heath #BF4170

Tints of Royal Heath #BF4170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

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

R = 51.9%
G = 17.66%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF4170 (or 0xBF4170) is known color: Royal Heath. HEX triplet: BF, 41 and 70. RGB value is (191,65,112). Sum of RGB (Red+Green+Blue) = 191+65+112=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4170 is #40BE8F. Grayscale: #6B6B6B. Windows color (decimal): -4243088 or 7356863. OLE color: 7356863.

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

Color convert

RGB 191 65 112 -
CMYK 0 0.66 0.41 0.25
HSL 337.62º 0.5% 0.5% -
HSV(B) 337.62º 0.66% 0.75% -
XYZ 26.3 16.03 17.04 -
YUV 108.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 191 65 112 0 0.66 0.41 0.25 337.62 0.5 0.5
Hex BF 41 70 0 42 29 19 152 32 32
Octal 277 101 160 0 102 51 31 522 62 62
Binary 10111111 1000001 1110000 0 1000010 101001 11001 101010010 110010 110010

Color Harmonies of #BF4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4170

Black with #BF4170

Text Example


Text Example

White with #BF4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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