#BF375C

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

Shades of Old Rose #BF375C

Tints of Old Rose #BF375C

Color information

#BF375C (or 0xBF375C) is unknown color: approx Old Rose. HEX triplet: BF, 37 and 5C. RGB value is (191,55,92). Sum of RGB (Red+Green+Blue) = 191+55+92=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF375C is #40C8A3. Grayscale: #636363. Windows color (decimal): -4245668 or 6043583. OLE color: 6043583.

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

Color convert

RGB1915592-
CMYK00.710.520.25
HSL343.68º55.28%48.24%-
HSV(B)343.68º71.2%74.9%-
XYZ24.7814.5811.63-
YUV99.88123.56192.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=56.51%
G=16.27%
B=27.22%

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
Decimal191559200.710.520.25343.6855.2848.24
HexBF375C04734191583730
Octal27767134010764315306760
Binary1011111111011110111000100011111010011001101011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF375C; }

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

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

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

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

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

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

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

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