Html Css Color HEX #BF4275 Royal Heath

📋 copy color: '#BF4275'

red 191 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #BF4275

Tints of Royal Heath #BF4275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 51.07%
G = 17.65%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF4275 (or 0xBF4275) is known color: Royal Heath. HEX triplet: BF, 42 and 75. RGB value is (191,66,117). Sum of RGB (Red+Green+Blue) = 191+66+117=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4275 is #40BD8A. Grayscale: #6D6D6D. Windows color (decimal): -4242827 or 7684799. OLE color: 7684799.

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

Color convert

RGB 191 66 117 -
CMYK 0 0.65 0.39 0.25
HSL 335.52º 0.49% 0.5% -
HSV(B) 335.52º 0.65% 0.75% -
XYZ 26.64 16.26 18.56 -
YUV 109.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 191 66 117 0 0.65 0.39 0.25 335.52 0.49 0.5
Hex BF 42 75 0 41 27 19 150 31 32
Octal 277 102 165 0 101 47 31 520 61 62
Binary 10111111 1000010 1110101 0 1000001 100111 11001 101010000 110001 110010

Color Harmonies of #BF4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4275

Black with #BF4275

Text Example


Text Example

White with #BF4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4275; }

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

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

background-color css

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

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

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

border-color css

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

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

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