Html Css Color HEX #BF3849 Old Rose

📋 copy color: '#BF3849'

red 191 ◦ green 56 ◦ blue 73

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

Shades of Old Rose #BF3849

Tints of Old Rose #BF3849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.5%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 59.69%
G = 17.5%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF3849 (or 0xBF3849) is known color: Old Rose. HEX triplet: BF, 38 and 49. RGB value is (191,56,73). Sum of RGB (Red+Green+Blue) = 191+56+73=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3849 is #40C7B6. Grayscale: #626262. Windows color (decimal): -4245431 or 4798655. OLE color: 4798655.

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

Color convert

RGB 191 56 73 -
CMYK 0 0.71 0.62 0.25
HSL 352.44º 0.55% 0.48% -
HSV(B) 352.44º 0.71% 0.75% -
XYZ 24.1 14.39 7.81 -
YUV 98.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 191 56 73 0 0.71 0.62 0.25 352.44 0.55 0.48
Hex BF 38 49 0 47 3E 19 160 37 30
Octal 277 70 111 0 107 76 31 540 67 60
Binary 10111111 111000 1001001 0 1000111 111110 11001 101100000 110111 110000

Color Harmonies of #BF3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3849

Black with #BF3849

Text Example


Text Example

White with #BF3849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3849; }

 p { color: rgb(191,56,73); }

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

background-color css

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

 a { background-color: rgb(191,56,73); }

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

border-color css

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

 span { border-color: rgb(191,56,73); }

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