Html Css Color HEX #BF386C Royal Heath

📋 copy color: '#BF386C'

red 191 ◦ green 56 ◦ blue 108

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

Shades of Royal Heath #BF386C

Tints of Royal Heath #BF386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 53.8%
G = 15.77%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF386C (or 0xBF386C) is known color: Royal Heath. HEX triplet: BF, 38 and 6C. RGB value is (191,56,108). Sum of RGB (Red+Green+Blue) = 191+56+108=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF386C is #40C793. Grayscale: #666666. Windows color (decimal): -4245396 or 7092415. OLE color: 7092415.

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

Color convert

RGB 191 56 108 -
CMYK 0 0.71 0.43 0.25
HSL 336.89º 0.55% 0.48% -
HSV(B) 336.89º 0.71% 0.75% -
XYZ 25.61 14.99 15.73 -
YUV 102.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 191 56 108 0 0.71 0.43 0.25 336.89 0.55 0.48
Hex BF 38 6C 0 47 2B 19 151 37 30
Octal 277 70 154 0 107 53 31 521 67 60
Binary 10111111 111000 1101100 0 1000111 101011 11001 101010001 110111 110000

Color Harmonies of #BF386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF386C

Black with #BF386C

Text Example


Text Example

White with #BF386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF386C; }

 p { color: rgb(191,56,108); }

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

background-color css

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

 a { background-color: rgb(191,56,108); }

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

border-color css

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

 span { border-color: rgb(191,56,108); }

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