Html Css Color HEX #BD315B Old Rose

📋 copy color: '#BD315B'

red 189 ◦ green 49 ◦ blue 91

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

Shades of Old Rose #BD315B

Tints of Old Rose #BD315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 57.45%
G = 14.89%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD315B (or 0xBD315B) is known color: Old Rose. HEX triplet: BD, 31 and 5B. RGB value is (189,49,91). Sum of RGB (Red+Green+Blue) = 189+49+91=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD315B is #42CEA4. Grayscale: #5F5F5F. Windows color (decimal): -4378277 or 5976509. OLE color: 5976509.

HSL color Cylindrical-coordinate representation of color #BD315B: hue angle of 342º 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 #BD315B is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 49 91 -
CMYK 0 0.74 0.52 0.26
HSL 342º 0.59% 0.47% -
HSV(B) 342º 0.74% 0.74% -
XYZ 23.97 13.77 11.29 -
YUV 95.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 189 49 91 0 0.74 0.52 0.26 342 0.59 0.47
Hex BD 31 5B 0 4A 34 1A 156 3B 2F
Octal 275 61 133 0 112 64 32 526 73 57
Binary 10111101 110001 1011011 0 1001010 110100 11010 101010110 111011 101111

Color Harmonies of #BD315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD315B

Black with #BD315B

Text Example


Text Example

White with #BD315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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