Html Css Color HEX #BF3D5C Old Rose

📋 copy color: '#BF3D5C'

red 191 ◦ green 61 ◦ blue 92

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

Shades of Old Rose #BF3D5C

Tints of Old Rose #BF3D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.73%

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 55.52%
G = 17.73%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF3D5C (or 0xBF3D5C) is known color: Old Rose. HEX triplet: BF, 3D and 5C. RGB value is (191,61,92). Sum of RGB (Red+Green+Blue) = 191+61+92=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3D5C is #40C2A3. Grayscale: #676767. Windows color (decimal): -4244132 or 6045119. OLE color: 6045119.

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

Color convert

RGB 191 61 92 -
CMYK 0 0.68 0.52 0.25
HSL 345.69º 0.52% 0.49% -
HSV(B) 345.69º 0.68% 0.75% -
XYZ 25.09 15.19 11.73 -
YUV 103.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 191 61 92 0 0.68 0.52 0.25 345.69 0.52 0.49
Hex BF 3D 5C 0 44 34 19 15A 34 31
Octal 277 75 134 0 104 64 31 532 64 61
Binary 10111111 111101 1011100 0 1000100 110100 11001 101011010 110100 110001

Color Harmonies of #BF3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D5C

Black with #BF3D5C

Text Example


Text Example

White with #BF3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D5C; }

 p { color: rgb(191,61,92); }

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

background-color css

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

 a { background-color: rgb(191,61,92); }

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

border-color css

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

 span { border-color: rgb(191,61,92); }

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