Html Css Color HEX #BF5575 Royal Heath

📋 copy color: '#BF5575'

red 191 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #BF5575

Tints of Royal Heath #BF5575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 48.6%
G = 21.63%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF5575 (or 0xBF5575) is known color: Royal Heath. HEX triplet: BF, 55 and 75. RGB value is (191,85,117). Sum of RGB (Red+Green+Blue) = 191+85+117=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5575 is #40AA8A. Grayscale: #787878. Windows color (decimal): -4237963 or 7689663. OLE color: 7689663.

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

Color convert

RGB 191 85 117 -
CMYK 0 0.55 0.39 0.25
HSL 341.89º 0.45% 0.54% -
HSV(B) 341.89º 0.55% 0.75% -
XYZ 27.95 18.86 19 -
YUV 120.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 191 85 117 0 0.55 0.39 0.25 341.89 0.45 0.54
Hex BF 55 75 0 37 27 19 156 2D 36
Octal 277 125 165 0 67 47 31 526 55 66
Binary 10111111 1010101 1110101 0 110111 100111 11001 101010110 101101 110110

Color Harmonies of #BF5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5575

Black with #BF5575

Text Example


Text Example

White with #BF5575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5575; }

 p { color: rgb(191,85,117); }

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

background-color css

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

 a { background-color: rgb(191,85,117); }

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

border-color css

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

 span { border-color: rgb(191,85,117); }

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