Html Css Color HEX #BF5070 Royal Heath

📋 copy color: '#BF5070'

red 191 ◦ green 80 ◦ blue 112

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

Shades of Royal Heath #BF5070

Tints of Royal Heath #BF5070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

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

R = 49.87%
G = 20.89%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF5070 (or 0xBF5070) is known color: Royal Heath. HEX triplet: BF, 50 and 70. RGB value is (191,80,112). Sum of RGB (Red+Green+Blue) = 191+80+112=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5070 is #40AF8F. Grayscale: #747474. Windows color (decimal): -4239248 or 7360703. OLE color: 7360703.

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

Color convert

RGB 191 80 112 -
CMYK 0 0.58 0.41 0.25
HSL 342.7º 0.46% 0.53% -
HSV(B) 342.7º 0.58% 0.75% -
XYZ 27.28 17.98 17.36 -
YUV 116.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 191 80 112 0 0.58 0.41 0.25 342.7 0.46 0.53
Hex BF 50 70 0 3A 29 19 157 2E 35
Octal 277 120 160 0 72 51 31 527 56 65
Binary 10111111 1010000 1110000 0 111010 101001 11001 101010111 101110 110101

Color Harmonies of #BF5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5070

Black with #BF5070

Text Example


Text Example

White with #BF5070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5070; }

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

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

background-color css

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

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

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

border-color css

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

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

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