Html Css Color HEX #BF3C6D Royal Heath

📋 copy color: '#BF3C6D'

red 191 ◦ green 60 ◦ blue 109

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

Shades of Royal Heath #BF3C6D

Tints of Royal Heath #BF3C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.67%

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

R = 53.06%
G = 16.67%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF3C6D (or 0xBF3C6D) is known color: Royal Heath. HEX triplet: BF, 3C and 6D. RGB value is (191,60,109). Sum of RGB (Red+Green+Blue) = 191+60+109=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C6D is #40C392. Grayscale: #686868. Windows color (decimal): -4244371 or 7158975. OLE color: 7158975.

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

Color convert

RGB 191 60 109 -
CMYK 0 0.69 0.43 0.25
HSL 337.56º 0.52% 0.49% -
HSV(B) 337.56º 0.69% 0.75% -
XYZ 25.86 15.41 16.08 -
YUV 104.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 191 60 109 0 0.69 0.43 0.25 337.56 0.52 0.49
Hex BF 3C 6D 0 45 2B 19 152 34 31
Octal 277 74 155 0 105 53 31 522 64 61
Binary 10111111 111100 1101101 0 1000101 101011 11001 101010010 110100 110001

Color Harmonies of #BF3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C6D

Black with #BF3C6D

Text Example


Text Example

White with #BF3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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