Html Css Color HEX #BF3F48 Old Rose

📋 copy color: '#BF3F48'

red 191 ◦ green 63 ◦ blue 72

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

Shades of Old Rose #BF3F48

Tints of Old Rose #BF3F48

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

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

R = 58.59%
G = 19.33%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF3F48 (or 0xBF3F48) is known color: Old Rose. HEX triplet: BF, 3F and 48. RGB value is (191,63,72). Sum of RGB (Red+Green+Blue) = 191+63+72=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F48 is #40C0B7. Grayscale: #666666. Windows color (decimal): -4243640 or 4734911. OLE color: 4734911.

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

Color convert

RGB 191 63 72 -
CMYK 0 0.67 0.62 0.25
HSL 355.78º 0.5% 0.5% -
HSV(B) 355.78º 0.67% 0.75% -
XYZ 24.43 15.1 7.76 -
YUV 102.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 191 63 72 0 0.67 0.62 0.25 355.78 0.5 0.5
Hex BF 3F 48 0 43 3E 19 164 32 32
Octal 277 77 110 0 103 76 31 544 62 62
Binary 10111111 111111 1001000 0 1000011 111110 11001 101100100 110010 110010

Color Harmonies of #BF3F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F48

Black with #BF3F48

Text Example


Text Example

White with #BF3F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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