Html Css Color HEX #BF376C Royal Heath

📋 copy color: '#BF376C'

red 191 ◦ green 55 ◦ blue 108

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

Shades of Royal Heath #BF376C

Tints of Royal Heath #BF376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 53.95%
G = 15.54%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF376C (or 0xBF376C) is known color: Royal Heath. HEX triplet: BF, 37 and 6C. RGB value is (191,55,108). Sum of RGB (Red+Green+Blue) = 191+55+108=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF376C is #40C893. Grayscale: #656565. Windows color (decimal): -4245652 or 7092159. OLE color: 7092159.

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

Color convert

RGB 191 55 108 -
CMYK 0 0.71 0.43 0.25
HSL 336.62º 0.55% 0.48% -
HSV(B) 336.62º 0.71% 0.75% -
XYZ 25.56 14.89 15.71 -
YUV 101.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 191 55 108 0 0.71 0.43 0.25 336.62 0.55 0.48
Hex BF 37 6C 0 47 2B 19 151 37 30
Octal 277 67 154 0 107 53 31 521 67 60
Binary 10111111 110111 1101100 0 1000111 101011 11001 101010001 110111 110000

Color Harmonies of #BF376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF376C

Black with #BF376C

Text Example


Text Example

White with #BF376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF376C; }

 p { color: rgb(191,55,108); }

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

background-color css

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

 a { background-color: rgb(191,55,108); }

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

border-color css

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

 span { border-color: rgb(191,55,108); }

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