Html Css Color HEX #BF3A5E Old Rose

📋 copy color: '#BF3A5E'

red 191 ◦ green 58 ◦ blue 94

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

Shades of Old Rose #BF3A5E

Tints of Old Rose #BF3A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 55.69%
G = 16.91%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF3A5E (or 0xBF3A5E) is known color: Old Rose. HEX triplet: BF, 3A and 5E. RGB value is (191,58,94). Sum of RGB (Red+Green+Blue) = 191+58+94=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A5E is #40C5A1. Grayscale: #656565. Windows color (decimal): -4244898 or 6175423. OLE color: 6175423.

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

Color convert

RGB 191 58 94 -
CMYK 0 0.70 0.51 0.25
HSL 343.76º 0.53% 0.49% -
HSV(B) 343.76º 0.7% 0.75% -
XYZ 25.02 14.91 12.15 -
YUV 101.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 191 58 94 0 0.70 0.51 0.25 343.76 0.53 0.49
Hex BF 3A 5E 0 46 33 19 158 35 31
Octal 277 72 136 0 106 63 31 530 65 61
Binary 10111111 111010 1011110 0 1000110 110011 11001 101011000 110101 110001

Color Harmonies of #BF3A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A5E

Black with #BF3A5E

Text Example


Text Example

White with #BF3A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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