Html Css Color HEX #BF4873 Royal Heath

📋 copy color: '#BF4873'

red 191 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #BF4873

Tints of Royal Heath #BF4873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 50.53%
G = 19.05%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF4873 (or 0xBF4873) is known color: Royal Heath. HEX triplet: BF, 48 and 73. RGB value is (191,72,115). Sum of RGB (Red+Green+Blue) = 191+72+115=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4873 is #40B78C. Grayscale: #707070. Windows color (decimal): -4241293 or 7555263. OLE color: 7555263.

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

Color convert

RGB 191 72 115 -
CMYK 0 0.62 0.40 0.25
HSL 338.32º 0.48% 0.52% -
HSV(B) 338.32º 0.62% 0.75% -
XYZ 26.9 16.95 18.07 -
YUV 112.48 129.42 184 -
System Red Green Blue C M Y K H S L
Decimal 191 72 115 0 0.62 0.40 0.25 338.32 0.48 0.52
Hex BF 48 73 0 3E 28 19 152 30 34
Octal 277 110 163 0 76 50 31 522 60 64
Binary 10111111 1001000 1110011 0 111110 101000 11001 101010010 110000 110100

Color Harmonies of #BF4873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4873

Black with #BF4873

Text Example


Text Example

White with #BF4873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4873; }

 p { color: rgb(191,72,115); }

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

background-color css

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

 a { background-color: rgb(191,72,115); }

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

border-color css

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

 span { border-color: rgb(191,72,115); }

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