Html Css Color HEX #BF3E48 Old Rose

📋 copy color: '#BF3E48'

red 191 ◦ green 62 ◦ blue 72

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

Shades of Old Rose #BF3E48

Tints of Old Rose #BF3E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 58.77%
G = 19.08%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF3E48 (or 0xBF3E48) is known color: Old Rose. HEX triplet: BF, 3E and 48. RGB value is (191,62,72). Sum of RGB (Red+Green+Blue) = 191+62+72=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E48 is #40C1B7. Grayscale: #656565. Windows color (decimal): -4243896 or 4734655. OLE color: 4734655.

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

Color convert

RGB 191 62 72 -
CMYK 0 0.68 0.62 0.25
HSL 355.35º 0.51% 0.5% -
HSV(B) 355.35º 0.68% 0.75% -
XYZ 24.38 14.99 7.74 -
YUV 101.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 191 62 72 0 0.68 0.62 0.25 355.35 0.51 0.5
Hex BF 3E 48 0 44 3E 19 163 33 32
Octal 277 76 110 0 104 76 31 543 63 62
Binary 10111111 111110 1001000 0 1000100 111110 11001 101100011 110011 110010

Color Harmonies of #BF3E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E48

Black with #BF3E48

Text Example


Text Example

White with #BF3E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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