#BF385C

Color #BF385C Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BF385C

Tints of Old Rose #BF385C

Color information

#BF385C (or 0xBF385C) is unknown color: approx Old Rose. HEX triplet: BF, 38 and 5C. RGB value is (191,56,92). Sum of RGB (Red+Green+Blue) = 191+56+92=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF385C is #40C7A3. Grayscale: #646464. Windows color (decimal): -4245412 or 6043839. OLE color: 6043839.

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

Color convert

RGB1915692-
CMYK00.710.520.25
HSL344º54.66%48.43%-
HSV(B)344º70.68%74.9%-
XYZ24.8314.6811.65-
YUV100.47123.23192.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=56.34%
G=16.52%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191569200.710.520.2534454.6648.43
HexBF385C04734191583730
Octal27770134010764315306760
Binary1011111111100010111000100011111010011001101011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF385C; }

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

 H1.HeaderClassName
 {
   color: #BF385C;
 }
 .AnyTagClassName
 {
   color: #BF385C;
 }
</style>
background-color css

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

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

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

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

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

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