Html Css Color HEX #BF3D5A Old Rose

📋 copy color: '#BF3D5A'

red 191 ◦ green 61 ◦ blue 90

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

Shades of Old Rose #BF3D5A

Tints of Old Rose #BF3D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 55.85%
G = 17.84%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF3D5A (or 0xBF3D5A) is known color: Old Rose. HEX triplet: BF, 3D and 5A. RGB value is (191,61,90). Sum of RGB (Red+Green+Blue) = 191+61+90=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3D5A is #40C2A5. Grayscale: #676767. Windows color (decimal): -4244134 or 5914047. OLE color: 5914047.

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

Color convert

RGB 191 61 90 -
CMYK 0 0.68 0.53 0.25
HSL 346.62º 0.52% 0.49% -
HSV(B) 346.62º 0.68% 0.75% -
XYZ 25 15.15 11.28 -
YUV 103.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 191 61 90 0 0.68 0.53 0.25 346.62 0.52 0.49
Hex BF 3D 5A 0 44 35 19 15B 34 31
Octal 277 75 132 0 104 65 31 533 64 61
Binary 10111111 111101 1011010 0 1000100 110101 11001 101011011 110100 110001

Color Harmonies of #BF3D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D5A

Black with #BF3D5A

Text Example


Text Example

White with #BF3D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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