Html Css Color HEX #BF3E54 Old Rose

📋 copy color: '#BF3E54'

red 191 ◦ green 62 ◦ blue 84

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

Shades of Old Rose #BF3E54

Tints of Old Rose #BF3E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.4%

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 56.68%
G = 18.4%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF3E54 (or 0xBF3E54) is known color: Old Rose. HEX triplet: BF, 3E and 54. RGB value is (191,62,84). Sum of RGB (Red+Green+Blue) = 191+62+84=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E54 is #40C1AB. Grayscale: #676767. Windows color (decimal): -4243884 or 5521087. OLE color: 5521087.

HSL color Cylindrical-coordinate representation of color #BF3E54: hue angle of 349.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E54 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 62 84 -
CMYK 0 0.68 0.56 0.25
HSL 349.77º 0.51% 0.5% -
HSV(B) 349.77º 0.68% 0.75% -
XYZ 24.81 15.16 10.01 -
YUV 103.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 191 62 84 0 0.68 0.56 0.25 349.77 0.51 0.5
Hex BF 3E 54 0 44 38 19 15E 33 32
Octal 277 76 124 0 104 70 31 536 63 62
Binary 10111111 111110 1010100 0 1000100 111000 11001 101011110 110011 110010

Color Harmonies of #BF3E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E54

Black with #BF3E54

Text Example


Text Example

White with #BF3E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E54; }

 p { color: rgb(191,62,84); }

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

background-color css

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

 a { background-color: rgb(191,62,84); }

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

border-color css

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

 span { border-color: rgb(191,62,84); }

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