Html Css Color HEX #BF3754 Old Rose

📋 copy color: '#BF3754'

red 191 ◦ green 55 ◦ blue 84

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

Shades of Old Rose #BF3754

Tints of Old Rose #BF3754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 57.88%
G = 16.67%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF3754 (or 0xBF3754) is known color: Old Rose. HEX triplet: BF, 37 and 54. RGB value is (191,55,84). Sum of RGB (Red+Green+Blue) = 191+55+84=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3754 is #40C8AB. Grayscale: #626262. Windows color (decimal): -4245676 or 5519295. OLE color: 5519295.

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

Color convert

RGB 191 55 84 -
CMYK 0 0.71 0.56 0.25
HSL 347.21º 0.55% 0.48% -
HSV(B) 347.21º 0.71% 0.75% -
XYZ 24.45 14.45 9.89 -
YUV 98.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 191 55 84 0 0.71 0.56 0.25 347.21 0.55 0.48
Hex BF 37 54 0 47 38 19 15B 37 30
Octal 277 67 124 0 107 70 31 533 67 60
Binary 10111111 110111 1010100 0 1000111 111000 11001 101011011 110111 110000

Color Harmonies of #BF3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3754

Black with #BF3754

Text Example


Text Example

White with #BF3754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3754; }

 p { color: rgb(191,55,84); }

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

background-color css

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

 a { background-color: rgb(191,55,84); }

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

border-color css

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

 span { border-color: rgb(191,55,84); }

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