Html Css Color HEX #BD315C Old Rose

📋 copy color: '#BD315C'

red 189 ◦ green 49 ◦ blue 92

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

Shades of Old Rose #BD315C

Tints of Old Rose #BD315C

RGB

 RED value IS 189 (74.22% from 255) = 57.27%

 GREEN value IS 49 (19.53% from 255) = 14.85%

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

R = 57.27%
G = 14.85%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD315C (or 0xBD315C) is known color: Old Rose. HEX triplet: BD, 31 and 5C. RGB value is (189,49,92). Sum of RGB (Red+Green+Blue) = 189+49+92=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD315C is #42CEA3. Grayscale: #5F5F5F. Windows color (decimal): -4378276 or 6042045. OLE color: 6042045.

HSL color Cylindrical-coordinate representation of color #BD315C: hue angle of 341.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD315C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 49 92 -
CMYK 0 0.74 0.51 0.26
HSL 341.57º 0.59% 0.47% -
HSV(B) 341.57º 0.74% 0.74% -
XYZ 24.02 13.79 11.52 -
YUV 95.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 189 49 92 0 0.74 0.51 0.26 341.57 0.59 0.47
Hex BD 31 5C 0 4A 33 1A 156 3B 2F
Octal 275 61 134 0 112 63 32 526 73 57
Binary 10111101 110001 1011100 0 1001010 110011 11010 101010110 111011 101111

Color Harmonies of #BD315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD315C

Black with #BD315C

Text Example


Text Example

White with #BD315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD315C; }

 p { color: rgb(189,49,92); }

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

background-color css

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

 a { background-color: rgb(189,49,92); }

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

border-color css

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

 span { border-color: rgb(189,49,92); }

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