Html Css Color HEX #BF3552 Old Rose

📋 copy color: '#BF3552'

red 191 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #BF3552

Tints of Old Rose #BF3552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.15%

R = 58.59%
G = 16.26%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF3552 (or 0xBF3552) is known color: Old Rose. HEX triplet: BF, 35 and 52. RGB value is (191,53,82). Sum of RGB (Red+Green+Blue) = 191+53+82=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3552 is #40CAAD. Grayscale: #616161. Windows color (decimal): -4246190 or 5387711. OLE color: 5387711.

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

Color convert

RGB 191 53 82 -
CMYK 0 0.72 0.57 0.25
HSL 347.39º 0.57% 0.48% -
HSV(B) 347.39º 0.72% 0.75% -
XYZ 24.28 14.23 9.45 -
YUV 97.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 191 53 82 0 0.72 0.57 0.25 347.39 0.57 0.48
Hex BF 35 52 0 48 39 19 15B 39 30
Octal 277 65 122 0 110 71 31 533 71 60
Binary 10111111 110101 1010010 0 1001000 111001 11001 101011011 111001 110000

Color Harmonies of #BF3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3552

Black with #BF3552

Text Example


Text Example

White with #BF3552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3552; }

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

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

background-color css

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

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

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

border-color css

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

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

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