Html Css Color HEX #BF3A4E Old Rose

📋 copy color: '#BF3A4E'

red 191 ◦ green 58 ◦ blue 78

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

Shades of Old Rose #BF3A4E

Tints of Old Rose #BF3A4E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.74%

 BLUE value IS 78 (30.86% from 255) = 23.85%

R = 58.41%
G = 17.74%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF3A4E (or 0xBF3A4E) is known color: Old Rose. HEX triplet: BF, 3A and 4E. RGB value is (191,58,78). Sum of RGB (Red+Green+Blue) = 191+58+78=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A4E is #40C5B1. Grayscale: #646464. Windows color (decimal): -4244914 or 5126847. OLE color: 5126847.

HSL color Cylindrical-coordinate representation of color #BF3A4E: hue angle of 350.98º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A4E is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 78 -
CMYK 0 0.70 0.59 0.25
HSL 350.98º 0.53% 0.49% -
HSV(B) 350.98º 0.7% 0.75% -
XYZ 24.37 14.65 8.75 -
YUV 100.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 191 58 78 0 0.70 0.59 0.25 350.98 0.53 0.49
Hex BF 3A 4E 0 46 3B 19 15F 35 31
Octal 277 72 116 0 106 73 31 537 65 61
Binary 10111111 111010 1001110 0 1000110 111011 11001 101011111 110101 110001

Color Harmonies of #BF3A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A4E

Black with #BF3A4E

Text Example


Text Example

White with #BF3A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A4E; }

 p { color: rgb(191,58,78); }

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

background-color css

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

 a { background-color: rgb(191,58,78); }

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

border-color css

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

 span { border-color: rgb(191,58,78); }

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