Html Css Color HEX #BF4175 Royal Heath

📋 copy color: '#BF4175'

red 191 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #BF4175

Tints of Royal Heath #BF4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

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

R = 51.21%
G = 17.43%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF4175 (or 0xBF4175) is known color: Royal Heath. HEX triplet: BF, 41 and 75. RGB value is (191,65,117). Sum of RGB (Red+Green+Blue) = 191+65+117=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4175 is #40BE8A. Grayscale: #6C6C6C. Windows color (decimal): -4243083 or 7684543. OLE color: 7684543.

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

Color convert

RGB 191 65 117 -
CMYK 0 0.66 0.39 0.25
HSL 335.24º 0.5% 0.5% -
HSV(B) 335.24º 0.66% 0.75% -
XYZ 26.59 16.14 18.54 -
YUV 108.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 191 65 117 0 0.66 0.39 0.25 335.24 0.5 0.5
Hex BF 41 75 0 42 27 19 14F 32 32
Octal 277 101 165 0 102 47 31 517 62 62
Binary 10111111 1000001 1110101 0 1000010 100111 11001 101001111 110010 110010

Color Harmonies of #BF4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4175

Black with #BF4175

Text Example


Text Example

White with #BF4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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