Html Css Color HEX #BF285F Old Rose

📋 copy color: '#BF285F'

red 191 ◦ green 40 ◦ blue 95

#BF285F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BF285F

Tints of Old Rose #BF285F

RGB

 RED value IS 191 (75% from 255) = 58.59%

 GREEN value IS 40 (16.02% from 255) = 12.27%

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 58.59%
G = 12.27%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF285F (or 0xBF285F) is known color: Old Rose. HEX triplet: BF, 28 and 5F. RGB value is (191,40,95). Sum of RGB (Red+Green+Blue) = 191+40+95=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF285F is #40D7A0. Grayscale: #5B5B5B. Windows color (decimal): -4249505 or 6236351. OLE color: 6236351.

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

Color convert

RGB 191 40 95 -
CMYK 0 0.79 0.50 0.25
HSL 338.15º 0.65% 0.45% -
HSV(B) 338.15º 0.79% 0.75% -
XYZ 24.31 13.42 12.14 -
YUV 91.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 191 40 95 0 0.79 0.50 0.25 338.15 0.65 0.45
Hex BF 28 5F 0 4F 32 19 152 41 2D
Octal 277 50 137 0 117 62 31 522 101 55
Binary 10111111 101000 1011111 0 1001111 110010 11001 101010010 1000001 101101

Color Harmonies of #BF285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF285F

Black with #BF285F

Text Example


Text Example

White with #BF285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF285F; }

 p { color: rgb(191,40,95); }

 H1.HeaderClassName
 {
   color: #BF285F;
 }
 .AnyTagClassName
 {
   color: #BF285F;
 }
</style>

background-color css

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

 a { background-color: rgb(191,40,95); }

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

border-color css

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

 span { border-color: rgb(191,40,95); }

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