#BF424B

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

Shades of Old Rose #BF424B

Tints of Old Rose #BF424B

Color information

#BF424B (or 0xBF424B) is unknown color: approx Old Rose. HEX triplet: BF, 42 and 4B. RGB value is (191,66,75). Sum of RGB (Red+Green+Blue) = 191+66+75=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF424B is #40BDB4. Grayscale: #686868. Windows color (decimal): -4242869 or 4932287. OLE color: 4932287.

HSL color Cylindrical-coordinate representation of color #BF424B: hue angle of 355.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF424B is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1916675-
CMYK00.650.610.25
HSL355.68º49.41%50.39%-
HSV(B)355.68º65.45%74.9%-
XYZ24.715.488.34-
YUV104.4111.41189.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.53%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=57.53%
G=19.88%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191667500.650.610.25355.6849.4150.39
HexBF424B0413D191643132
Octal277102113010175315446162
Binary10111111100001010010110100000111110111001101100100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF424B; }

 p { color: rgb(191,66,75); }

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

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

 a { background-color: rgb(191,66,75); }

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

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

 span { border-color: rgb(191,66,75); }

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