Html Css Color HEX #BF3C68 Royal Heath

📋 copy color: '#BF3C68'

red 191 ◦ green 60 ◦ blue 104

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

Shades of Royal Heath #BF3C68

Tints of Royal Heath #BF3C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 53.8%
G = 16.9%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF3C68 (or 0xBF3C68) is known color: Royal Heath. HEX triplet: BF, 3C and 68. RGB value is (191,60,104). Sum of RGB (Red+Green+Blue) = 191+60+104=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C68 is #40C397. Grayscale: #686868. Windows color (decimal): -4244376 or 6831295. OLE color: 6831295.

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

Color convert

RGB 191 60 104 -
CMYK 0 0.69 0.46 0.25
HSL 339.85º 0.52% 0.49% -
HSV(B) 339.85º 0.69% 0.75% -
XYZ 25.6 15.31 14.7 -
YUV 104.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 191 60 104 0 0.69 0.46 0.25 339.85 0.52 0.49
Hex BF 3C 68 0 45 2E 19 154 34 31
Octal 277 74 150 0 105 56 31 524 64 61
Binary 10111111 111100 1101000 0 1000101 101110 11001 101010100 110100 110001

Color Harmonies of #BF3C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C68

Black with #BF3C68

Text Example


Text Example

White with #BF3C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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