Html Css Color HEX #BF3A55 Old Rose

📋 copy color: '#BF3A55'

red 191 ◦ green 58 ◦ blue 85

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

Shades of Old Rose #BF3A55

Tints of Old Rose #BF3A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 57.19%
G = 17.37%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF3A55 (or 0xBF3A55) is known color: Old Rose. HEX triplet: BF, 3A and 55. RGB value is (191,58,85). Sum of RGB (Red+Green+Blue) = 191+58+85=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A55 is #40C5AA. Grayscale: #646464. Windows color (decimal): -4244907 or 5585599. OLE color: 5585599.

HSL color Cylindrical-coordinate representation of color #BF3A55: hue angle of 347.82º 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 #BF3A55 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 85 -
CMYK 0 0.70 0.55 0.25
HSL 347.82º 0.53% 0.49% -
HSV(B) 347.82º 0.7% 0.75% -
XYZ 24.64 14.76 10.14 -
YUV 100.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 191 58 85 0 0.70 0.55 0.25 347.82 0.53 0.49
Hex BF 3A 55 0 46 37 19 15C 35 31
Octal 277 72 125 0 106 67 31 534 65 61
Binary 10111111 111010 1010101 0 1000110 110111 11001 101011100 110101 110001

Color Harmonies of #BF3A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A55

Black with #BF3A55

Text Example


Text Example

White with #BF3A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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