Html Css Color HEX #BF376D Royal Heath

📋 copy color: '#BF376D'

red 191 ◦ green 55 ◦ blue 109

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

Shades of Royal Heath #BF376D

Tints of Royal Heath #BF376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 53.8%
G = 15.49%
B = 30.7%

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

#BF376D (or 0xBF376D) is known color: Royal Heath. HEX triplet: BF, 37 and 6D. RGB value is (191,55,109). Sum of RGB (Red+Green+Blue) = 191+55+109=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF376D is #40C892. Grayscale: #656565. Windows color (decimal): -4245651 or 7157695. OLE color: 7157695.

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

Color convert

RGB 191 55 109 -
CMYK 0 0.71 0.43 0.25
HSL 336.18º 0.55% 0.48% -
HSV(B) 336.18º 0.71% 0.75% -
XYZ 25.61 14.91 16 -
YUV 101.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 191 55 109 0 0.71 0.43 0.25 336.18 0.55 0.48
Hex BF 37 6D 0 47 2B 19 150 37 30
Octal 277 67 155 0 107 53 31 520 67 60
Binary 10111111 110111 1101101 0 1000111 101011 11001 101010000 110111 110000

Color Harmonies of #BF376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF376D

Black with #BF376D

Text Example


Text Example

White with #BF376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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