Html Css Color HEX #BF4B6E Royal Heath

📋 copy color: '#BF4B6E'

red 191 ◦ green 75 ◦ blue 110

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

Shades of Royal Heath #BF4B6E

Tints of Royal Heath #BF4B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 50.8%
G = 19.95%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF4B6E (or 0xBF4B6E) is known color: Royal Heath. HEX triplet: BF, 4B and 6E. RGB value is (191,75,110). Sum of RGB (Red+Green+Blue) = 191+75+110=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B6E is #40B491. Grayscale: #717171. Windows color (decimal): -4240530 or 7228351. OLE color: 7228351.

HSL color Cylindrical-coordinate representation of color #BF4B6E: hue angle of 341.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4B6E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 75 110 -
CMYK 0 0.61 0.42 0.25
HSL 341.9º 0.48% 0.52% -
HSV(B) 341.9º 0.61% 0.75% -
XYZ 26.82 17.23 16.67 -
YUV 113.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 191 75 110 0 0.61 0.42 0.25 341.9 0.48 0.52
Hex BF 4B 6E 0 3D 2A 19 156 30 34
Octal 277 113 156 0 75 52 31 526 60 64
Binary 10111111 1001011 1101110 0 111101 101010 11001 101010110 110000 110100

Color Harmonies of #BF4B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B6E

Black with #BF4B6E

Text Example


Text Example

White with #BF4B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B6E; }

 p { color: rgb(191,75,110); }

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

background-color css

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

 a { background-color: rgb(191,75,110); }

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

border-color css

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

 span { border-color: rgb(191,75,110); }

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