Html Css Color HEX #BD314C Old Rose

📋 copy color: '#BD314C'

red 189 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #BD314C

Tints of Old Rose #BD314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 60.19%
G = 15.61%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD314C (or 0xBD314C) is known color: Old Rose. HEX triplet: BD, 31 and 4C. RGB value is (189,49,76). Sum of RGB (Red+Green+Blue) = 189+49+76=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD314C is #42CEB3. Grayscale: #5D5D5D. Windows color (decimal): -4378292 or 4993469. OLE color: 4993469.

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

Color convert

RGB 189 49 76 -
CMYK 0 0.74 0.60 0.26
HSL 348.43º 0.59% 0.47% -
HSV(B) 348.43º 0.74% 0.74% -
XYZ 23.39 13.54 8.22 -
YUV 93.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 189 49 76 0 0.74 0.60 0.26 348.43 0.59 0.47
Hex BD 31 4C 0 4A 3C 1A 15C 3B 2F
Octal 275 61 114 0 112 74 32 534 73 57
Binary 10111101 110001 1001100 0 1001010 111100 11010 101011100 111011 101111

Color Harmonies of #BD314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD314C

Black with #BD314C

Text Example


Text Example

White with #BD314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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