#BF235E

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

Shades of Old Rose #BF235E

Tints of Old Rose #BF235E

Color information

#BF235E (or 0xBF235E) is unknown color: approx Old Rose. HEX triplet: BF, 23 and 5E. RGB value is (191,35,94). Sum of RGB (Red+Green+Blue) = 191+35+94=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF235E is #40DCA1. Grayscale: #585858. Windows color (decimal): -4250786 or 6169535. OLE color: 6169535.

HSL color Cylindrical-coordinate representation of color #BF235E: hue angle of 337.31º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF235E is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1913594-
CMYK00.820.510.25
HSL337.31º69.03%44.31%-
HSV(B)337.31º81.68%74.9%-
XYZ24.1113.0911.85-
YUV88.37131.18201.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 35 (14.06% from 255) = 10.94%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=59.69%
G=10.94%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191359400.820.510.25337.3169.0344.31
HexBF235E0523319151452c
Octal277431360122633152110554
Binary10111111100011101111001010010110011110011010100011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF235E; }

 p { color: rgb(191,35,94); }

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

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

 a { background-color: rgb(191,35,94); }

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

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

 span { border-color: rgb(191,35,94); }

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