Html Css Color HEX #BF4475 Royal Heath

📋 copy color: '#BF4475'

red 191 ◦ green 68 ◦ blue 117

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

Shades of Royal Heath #BF4475

Tints of Royal Heath #BF4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

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

R = 50.8%
G = 18.09%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF4475 (or 0xBF4475) is known color: Royal Heath. HEX triplet: BF, 44 and 75. RGB value is (191,68,117). Sum of RGB (Red+Green+Blue) = 191+68+117=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4475 is #40BB8A. Grayscale: #6E6E6E. Windows color (decimal): -4242315 or 7685311. OLE color: 7685311.

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

Color convert

RGB 191 68 117 -
CMYK 0 0.64 0.39 0.25
HSL 336.1º 0.49% 0.51% -
HSV(B) 336.1º 0.64% 0.75% -
XYZ 26.76 16.49 18.6 -
YUV 110.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 191 68 117 0 0.64 0.39 0.25 336.1 0.49 0.51
Hex BF 44 75 0 40 27 19 150 31 33
Octal 277 104 165 0 100 47 31 520 61 63
Binary 10111111 1000100 1110101 0 1000000 100111 11001 101010000 110001 110011

Color Harmonies of #BF4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4475

Black with #BF4475

Text Example


Text Example

White with #BF4475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4475; }

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

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

background-color css

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

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

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

border-color css

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

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

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