Html Css Color HEX #BF376A Royal Heath

📋 copy color: '#BF376A'

red 191 ◦ green 55 ◦ blue 106

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

Shades of Royal Heath #BF376A

Tints of Royal Heath #BF376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 54.26%
G = 15.63%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF376A (or 0xBF376A) is known color: Royal Heath. HEX triplet: BF, 37 and 6A. RGB value is (191,55,106). Sum of RGB (Red+Green+Blue) = 191+55+106=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF376A is #40C895. Grayscale: #656565. Windows color (decimal): -4245654 or 6961087. OLE color: 6961087.

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

Color convert

RGB 191 55 106 -
CMYK 0 0.71 0.45 0.25
HSL 337.5º 0.55% 0.48% -
HSV(B) 337.5º 0.71% 0.75% -
XYZ 25.45 14.85 15.16 -
YUV 101.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 191 55 106 0 0.71 0.45 0.25 337.5 0.55 0.48
Hex BF 37 6A 0 47 2D 19 152 37 30
Octal 277 67 152 0 107 55 31 522 67 60
Binary 10111111 110111 1101010 0 1000111 101101 11001 101010010 110111 110000

Color Harmonies of #BF376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF376A

Black with #BF376A

Text Example


Text Example

White with #BF376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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