Html Css Color HEX #BF426F Royal Heath

📋 copy color: '#BF426F'

red 191 ◦ green 66 ◦ blue 111

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

Shades of Royal Heath #BF426F

Tints of Royal Heath #BF426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 51.9%
G = 17.93%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF426F (or 0xBF426F) is known color: Royal Heath. HEX triplet: BF, 42 and 6F. RGB value is (191,66,111). Sum of RGB (Red+Green+Blue) = 191+66+111=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF426F is #40BD90. Grayscale: #6C6C6C. Windows color (decimal): -4242833 or 7291583. OLE color: 7291583.

HSL color Cylindrical-coordinate representation of color #BF426F: hue angle of 338.4º 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 #BF426F is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 66 111 -
CMYK 0 0.65 0.42 0.25
HSL 338.4º 0.49% 0.5% -
HSV(B) 338.4º 0.65% 0.75% -
XYZ 26.3 16.12 16.76 -
YUV 108.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 191 66 111 0 0.65 0.42 0.25 338.4 0.49 0.5
Hex BF 42 6F 0 41 2A 19 152 31 32
Octal 277 102 157 0 101 52 31 522 61 62
Binary 10111111 1000010 1101111 0 1000001 101010 11001 101010010 110001 110010

Color Harmonies of #BF426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF426F

Black with #BF426F

Text Example


Text Example

White with #BF426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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