Html Css Color HEX #BF4370 Royal Heath

📋 copy color: '#BF4370'

red 191 ◦ green 67 ◦ blue 112

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

Shades of Royal Heath #BF4370

Tints of Royal Heath #BF4370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

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

R = 51.62%
G = 18.11%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF4370 (or 0xBF4370) is known color: Royal Heath. HEX triplet: BF, 43 and 70. RGB value is (191,67,112). Sum of RGB (Red+Green+Blue) = 191+67+112=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4370 is #40BC8F. Grayscale: #6D6D6D. Windows color (decimal): -4242576 or 7357375. OLE color: 7357375.

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

Color convert

RGB 191 67 112 -
CMYK 0 0.65 0.41 0.25
HSL 338.23º 0.49% 0.51% -
HSV(B) 338.23º 0.65% 0.75% -
XYZ 26.42 16.26 17.08 -
YUV 109.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 191 67 112 0 0.65 0.41 0.25 338.23 0.49 0.51
Hex BF 43 70 0 41 29 19 152 31 33
Octal 277 103 160 0 101 51 31 522 61 63
Binary 10111111 1000011 1110000 0 1000001 101001 11001 101010010 110001 110011

Color Harmonies of #BF4370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4370

Black with #BF4370

Text Example


Text Example

White with #BF4370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4370; }

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

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

background-color css

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

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

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

border-color css

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

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

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