Html Css Color HEX #BF404C Old Rose

📋 copy color: '#BF404C'

red 191 ◦ green 64 ◦ blue 76

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

Shades of Old Rose #BF404C

Tints of Old Rose #BF404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 57.7%
G = 19.34%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF404C (or 0xBF404C) is known color: Old Rose. HEX triplet: BF, 40 and 4C. RGB value is (191,64,76). Sum of RGB (Red+Green+Blue) = 191+64+76=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF404C is #40BFB3. Grayscale: #676767. Windows color (decimal): -4243380 or 4997311. OLE color: 4997311.

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

Color convert

RGB 191 64 76 -
CMYK 0 0.66 0.60 0.25
HSL 354.33º 0.5% 0.5% -
HSV(B) 354.33º 0.66% 0.75% -
XYZ 24.62 15.26 8.49 -
YUV 103.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 191 64 76 0 0.66 0.60 0.25 354.33 0.5 0.5
Hex BF 40 4C 0 42 3C 19 162 32 32
Octal 277 100 114 0 102 74 31 542 62 62
Binary 10111111 1000000 1001100 0 1000010 111100 11001 101100010 110010 110010

Color Harmonies of #BF404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF404C

Black with #BF404C

Text Example


Text Example

White with #BF404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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