Html Css Color HEX #BF4374 Royal Heath

📋 copy color: '#BF4374'

red 191 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #BF4374

Tints of Royal Heath #BF4374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 51.07%
G = 17.91%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF4374 (or 0xBF4374) is known color: Royal Heath. HEX triplet: BF, 43 and 74. RGB value is (191,67,116). Sum of RGB (Red+Green+Blue) = 191+67+116=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4374 is #40BC8B. Grayscale: #6D6D6D. Windows color (decimal): -4242572 or 7619519. OLE color: 7619519.

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

Color convert

RGB 191 67 116 -
CMYK 0 0.65 0.39 0.25
HSL 336.29º 0.49% 0.51% -
HSV(B) 336.29º 0.65% 0.75% -
XYZ 26.65 16.35 18.27 -
YUV 109.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 191 67 116 0 0.65 0.39 0.25 336.29 0.49 0.51
Hex BF 43 74 0 41 27 19 150 31 33
Octal 277 103 164 0 101 47 31 520 61 63
Binary 10111111 1000011 1110100 0 1000001 100111 11001 101010000 110001 110011

Color Harmonies of #BF4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4374

Black with #BF4374

Text Example


Text Example

White with #BF4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4374; }

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

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

background-color css

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

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

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

border-color css

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

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

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