Html Css Color HEX #BF5375 Royal Heath

📋 copy color: '#BF5375'

red 191 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #BF5375

Tints of Royal Heath #BF5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 48.85%
G = 21.23%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF5375 (or 0xBF5375) is known color: Royal Heath. HEX triplet: BF, 53 and 75. RGB value is (191,83,117). Sum of RGB (Red+Green+Blue) = 191+83+117=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5375 is #40AC8A. Grayscale: #777777. Windows color (decimal): -4238475 or 7689151. OLE color: 7689151.

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

Color convert

RGB 191 83 117 -
CMYK 0 0.57 0.39 0.25
HSL 341.11º 0.46% 0.54% -
HSV(B) 341.11º 0.57% 0.75% -
XYZ 27.79 18.55 18.94 -
YUV 119.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 191 83 117 0 0.57 0.39 0.25 341.11 0.46 0.54
Hex BF 53 75 0 39 27 19 155 2E 36
Octal 277 123 165 0 71 47 31 525 56 66
Binary 10111111 1010011 1110101 0 111001 100111 11001 101010101 101110 110110

Color Harmonies of #BF5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5375

Black with #BF5375

Text Example


Text Example

White with #BF5375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5375; }

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

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

background-color css

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

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

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

border-color css

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

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

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