Html Css Color HEX #BF4070 Royal Heath

📋 copy color: '#BF4070'

red 191 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #BF4070

Tints of Royal Heath #BF4070

RGB

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

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

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

R = 52.04%
G = 17.44%
B = 30.52%

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

#BF4070 (or 0xBF4070) is known color: Royal Heath. HEX triplet: BF, 40 and 70. RGB value is (191,64,112). Sum of RGB (Red+Green+Blue) = 191+64+112=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4070 is #40BF8F. Grayscale: #6B6B6B. Windows color (decimal): -4243344 or 7356607. OLE color: 7356607.

HSL color Cylindrical-coordinate representation of color #BF4070: hue angle of 337.32º 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 #BF4070 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 112 -
CMYK 0 0.66 0.41 0.25
HSL 337.32º 0.5% 0.5% -
HSV(B) 337.32º 0.66% 0.75% -
XYZ 26.24 15.91 17.02 -
YUV 107.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 191 64 112 0 0.66 0.41 0.25 337.32 0.5 0.5
Hex BF 40 70 0 42 29 19 151 32 32
Octal 277 100 160 0 102 51 31 521 62 62
Binary 10111111 1000000 1110000 0 1000010 101001 11001 101010001 110010 110010

Color Harmonies of #BF4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4070

Black with #BF4070

Text Example


Text Example

White with #BF4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4070; }

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

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

background-color css

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

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

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

border-color css

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

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

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