Html Css Color HEX #BF424E Old Rose

📋 copy color: '#BF424E'

red 191 ◦ green 66 ◦ blue 78

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

Shades of Old Rose #BF424E

Tints of Old Rose #BF424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 78 (30.86% from 255) = 23.28%

R = 57.01%
G = 19.7%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF424E (or 0xBF424E) is known color: Old Rose. HEX triplet: BF, 42 and 4E. RGB value is (191,66,78). Sum of RGB (Red+Green+Blue) = 191+66+78=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF424E is #40BDB1. Grayscale: #686868. Windows color (decimal): -4242866 or 5128895. OLE color: 5128895.

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

Color convert

RGB 191 66 78 -
CMYK 0 0.65 0.59 0.25
HSL 354.24º 0.49% 0.5% -
HSV(B) 354.24º 0.65% 0.75% -
XYZ 24.81 15.52 8.9 -
YUV 104.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 191 66 78 0 0.65 0.59 0.25 354.24 0.49 0.5
Hex BF 42 4E 0 41 3B 19 162 31 32
Octal 277 102 116 0 101 73 31 542 61 62
Binary 10111111 1000010 1001110 0 1000001 111011 11001 101100010 110001 110010

Color Harmonies of #BF424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF424E

Black with #BF424E

Text Example


Text Example

White with #BF424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF424E; }

 p { color: rgb(191,66,78); }

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

background-color css

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

 a { background-color: rgb(191,66,78); }

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

border-color css

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

 span { border-color: rgb(191,66,78); }

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