#BF3852

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

Shades of Old Rose #BF3852

Tints of Old Rose #BF3852

Color information

#BF3852 (or 0xBF3852) is unknown color: approx Old Rose. HEX triplet: BF, 38 and 52. RGB value is (191,56,82). Sum of RGB (Red+Green+Blue) = 191+56+82=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3852 is #40C7AD. Grayscale: #636363. Windows color (decimal): -4245422 or 5388479. OLE color: 5388479.

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

Color convert

RGB1915682-
CMYK00.710.570.25
HSL348.44º54.66%48.43%-
HSV(B)348.44º70.68%74.9%-
XYZ24.4214.519.5-
YUV99.33118.23193.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=58.05%
G=17.02%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191568200.710.570.25348.4454.6648.43
HexBF3852047391915c3730
Octal27770122010771315346760
Binary1011111111100010100100100011111100111001101011100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3852; }

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

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

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

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

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

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

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

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