Html Css Color HEX #BF3672 Royal Heath

📋 copy color: '#BF3672'

red 191 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #BF3672

Tints of Royal Heath #BF3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 53.2%
G = 15.04%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF3672 (or 0xBF3672) is known color: Royal Heath. HEX triplet: BF, 36 and 72. RGB value is (191,54,114). Sum of RGB (Red+Green+Blue) = 191+54+114=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3672 is #40C98D. Grayscale: #656565. Windows color (decimal): -4245902 or 7485119. OLE color: 7485119.

HSL color Cylindrical-coordinate representation of color #BF3672: hue angle of 333.72º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3672 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 54 114 -
CMYK 0 0.72 0.40 0.25
HSL 333.72º 0.56% 0.48% -
HSV(B) 333.72º 0.72% 0.75% -
XYZ 25.84 14.93 17.44 -
YUV 101.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 191 54 114 0 0.72 0.40 0.25 333.72 0.56 0.48
Hex BF 36 72 0 48 28 19 14E 38 30
Octal 277 66 162 0 110 50 31 516 70 60
Binary 10111111 110110 1110010 0 1001000 101000 11001 101001110 111000 110000

Color Harmonies of #BF3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3672

Black with #BF3672

Text Example


Text Example

White with #BF3672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3672; }

 p { color: rgb(191,54,114); }

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

background-color css

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

 a { background-color: rgb(191,54,114); }

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

border-color css

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

 span { border-color: rgb(191,54,114); }

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