Html Css Color HEX #BF424A Old Rose

📋 copy color: '#BF424A'

red 191 ◦ green 66 ◦ blue 74

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

Shades of Old Rose #BF424A

Tints of Old Rose #BF424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 57.7%
G = 19.94%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF424A (or 0xBF424A) is known color: Old Rose. HEX triplet: BF, 42 and 4A. RGB value is (191,66,74). Sum of RGB (Red+Green+Blue) = 191+66+74=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF424A is #40BDB5. Grayscale: #686868. Windows color (decimal): -4242870 or 4866751. OLE color: 4866751.

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

Color convert

RGB 191 66 74 -
CMYK 0 0.65 0.61 0.25
HSL 356.16º 0.49% 0.5% -
HSV(B) 356.16º 0.65% 0.75% -
XYZ 24.67 15.47 8.16 -
YUV 104.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 191 66 74 0 0.65 0.61 0.25 356.16 0.49 0.5
Hex BF 42 4A 0 41 3D 19 164 31 32
Octal 277 102 112 0 101 75 31 544 61 62
Binary 10111111 1000010 1001010 0 1000001 111101 11001 101100100 110001 110010

Color Harmonies of #BF424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF424A

Black with #BF424A

Text Example


Text Example

White with #BF424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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