Html Css Color HEX #BF386D Royal Heath

📋 copy color: '#BF386D'

red 191 ◦ green 56 ◦ blue 109

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

Shades of Royal Heath #BF386D

Tints of Royal Heath #BF386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 53.65%
G = 15.73%
B = 30.62%

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

#BF386D (or 0xBF386D) is known color: Royal Heath. HEX triplet: BF, 38 and 6D. RGB value is (191,56,109). Sum of RGB (Red+Green+Blue) = 191+56+109=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF386D is #40C792. Grayscale: #666666. Windows color (decimal): -4245395 or 7157951. OLE color: 7157951.

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

Color convert

RGB 191 56 109 -
CMYK 0 0.71 0.43 0.25
HSL 336.44º 0.55% 0.48% -
HSV(B) 336.44º 0.71% 0.75% -
XYZ 25.66 15.01 16.01 -
YUV 102.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 191 56 109 0 0.71 0.43 0.25 336.44 0.55 0.48
Hex BF 38 6D 0 47 2B 19 150 37 30
Octal 277 70 155 0 107 53 31 520 67 60
Binary 10111111 111000 1101101 0 1000111 101011 11001 101010000 110111 110000

Color Harmonies of #BF386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF386D

Black with #BF386D

Text Example


Text Example

White with #BF386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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