Html Css Color HEX #BF404F Old Rose

📋 copy color: '#BF404F'

red 191 ◦ green 64 ◦ blue 79

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

Shades of Old Rose #BF404F

Tints of Old Rose #BF404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 57.19%
G = 19.16%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF404F (or 0xBF404F) is known color: Old Rose. HEX triplet: BF, 40 and 4F. RGB value is (191,64,79). Sum of RGB (Red+Green+Blue) = 191+64+79=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF404F is #40BFB0. Grayscale: #676767. Windows color (decimal): -4243377 or 5193919. OLE color: 5193919.

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

Color convert

RGB 191 64 79 -
CMYK 0 0.66 0.59 0.25
HSL 352.91º 0.5% 0.5% -
HSV(B) 352.91º 0.66% 0.75% -
XYZ 24.73 15.31 9.05 -
YUV 103.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 191 64 79 0 0.66 0.59 0.25 352.91 0.5 0.5
Hex BF 40 4F 0 42 3B 19 161 32 32
Octal 277 100 117 0 102 73 31 541 62 62
Binary 10111111 1000000 1001111 0 1000010 111011 11001 101100001 110010 110010

Color Harmonies of #BF404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF404F

Black with #BF404F

Text Example


Text Example

White with #BF404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF404F; }

 p { color: rgb(191,64,79); }

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

background-color css

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

 a { background-color: rgb(191,64,79); }

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

border-color css

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

 span { border-color: rgb(191,64,79); }

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