Html Css Color HEX #BF5075 Royal Heath

📋 copy color: '#BF5075'

red 191 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #BF5075

Tints of Royal Heath #BF5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

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

R = 49.23%
G = 20.62%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF5075 (or 0xBF5075) is known color: Royal Heath. HEX triplet: BF, 50 and 75. RGB value is (191,80,117). Sum of RGB (Red+Green+Blue) = 191+80+117=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5075 is #40AF8A. Grayscale: #757575. Windows color (decimal): -4239243 or 7688383. OLE color: 7688383.

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

Color convert

RGB 191 80 117 -
CMYK 0 0.58 0.39 0.25
HSL 340º 0.46% 0.53% -
HSV(B) 340º 0.58% 0.75% -
XYZ 27.57 18.1 18.87 -
YUV 117.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 191 80 117 0 0.58 0.39 0.25 340 0.46 0.53
Hex BF 50 75 0 3A 27 19 154 2E 35
Octal 277 120 165 0 72 47 31 524 56 65
Binary 10111111 1010000 1110101 0 111010 100111 11001 101010100 101110 110101

Color Harmonies of #BF5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5075

Black with #BF5075

Text Example


Text Example

White with #BF5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5075; }

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

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

background-color css

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

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

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

border-color css

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

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

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