Html Css Color HEX #BF275F Old Rose

📋 copy color: '#BF275F'

red 191 ◦ green 39 ◦ blue 95

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

Shades of Old Rose #BF275F

Tints of Old Rose #BF275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

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

R = 58.77%
G = 12%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF275F (or 0xBF275F) is known color: Old Rose. HEX triplet: BF, 27 and 5F. RGB value is (191,39,95). Sum of RGB (Red+Green+Blue) = 191+39+95=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF275F is #40D8A0. Grayscale: #5A5A5A. Windows color (decimal): -4249761 or 6236095. OLE color: 6236095.

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

Color convert

RGB 191 39 95 -
CMYK 0 0.80 0.50 0.25
HSL 337.89º 0.66% 0.45% -
HSV(B) 337.89º 0.8% 0.75% -
XYZ 24.28 13.35 12.12 -
YUV 90.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 191 39 95 0 0.80 0.50 0.25 337.89 0.66 0.45
Hex BF 27 5F 0 50 32 19 152 42 2D
Octal 277 47 137 0 120 62 31 522 102 55
Binary 10111111 100111 1011111 0 1010000 110010 11001 101010010 1000010 101101

Color Harmonies of #BF275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF275F

Black with #BF275F

Text Example


Text Example

White with #BF275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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