Html Css Color HEX #BF354A Old Rose

📋 copy color: '#BF354A'

red 191 ◦ green 53 ◦ blue 74

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

Shades of Old Rose #BF354A

Tints of Old Rose #BF354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 60.06%
G = 16.67%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF354A (or 0xBF354A) is known color: Old Rose. HEX triplet: BF, 35 and 4A. RGB value is (191,53,74). Sum of RGB (Red+Green+Blue) = 191+53+74=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF354A is #40CAB5. Grayscale: #606060. Windows color (decimal): -4246198 or 4863423. OLE color: 4863423.

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

Color convert

RGB 191 53 74 -
CMYK 0 0.72 0.61 0.25
HSL 350.87º 0.57% 0.48% -
HSV(B) 350.87º 0.72% 0.75% -
XYZ 23.99 14.12 7.94 -
YUV 96.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 191 53 74 0 0.72 0.61 0.25 350.87 0.57 0.48
Hex BF 35 4A 0 48 3D 19 15F 39 30
Octal 277 65 112 0 110 75 31 537 71 60
Binary 10111111 110101 1001010 0 1001000 111101 11001 101011111 111001 110000

Color Harmonies of #BF354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF354A

Black with #BF354A

Text Example


Text Example

White with #BF354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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