Html Css Color HEX #BF4377 Royal Heath

📋 copy color: '#BF4377'

red 191 ◦ green 67 ◦ blue 119

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

Shades of Royal Heath #BF4377

Tints of Royal Heath #BF4377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.77%

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 50.66%
G = 17.77%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF4377 (or 0xBF4377) is known color: Royal Heath. HEX triplet: BF, 43 and 77. RGB value is (191,67,119). Sum of RGB (Red+Green+Blue) = 191+67+119=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4377 is #40BC88. Grayscale: #6D6D6D. Windows color (decimal): -4242569 or 7816127. OLE color: 7816127.

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

Color convert

RGB 191 67 119 -
CMYK 0 0.65 0.38 0.25
HSL 334.84º 0.49% 0.51% -
HSV(B) 334.84º 0.65% 0.75% -
XYZ 26.82 16.42 19.21 -
YUV 110 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 191 67 119 0 0.65 0.38 0.25 334.84 0.49 0.51
Hex BF 43 77 0 41 26 19 14F 31 33
Octal 277 103 167 0 101 46 31 517 61 63
Binary 10111111 1000011 1110111 0 1000001 100110 11001 101001111 110001 110011

Color Harmonies of #BF4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4377

Black with #BF4377

Text Example


Text Example

White with #BF4377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4377; }

 p { color: rgb(191,67,119); }

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

background-color css

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

 a { background-color: rgb(191,67,119); }

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

border-color css

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

 span { border-color: rgb(191,67,119); }

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