Html Css Color HEX #BD325E Old Rose

📋 copy color: '#BD325E'

red 189 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #BD325E

Tints of Old Rose #BD325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 56.76%
G = 15.02%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD325E (or 0xBD325E) is known color: Old Rose. HEX triplet: BD, 32 and 5E. RGB value is (189,50,94). Sum of RGB (Red+Green+Blue) = 189+50+94=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD325E is #42CDA1. Grayscale: #606060. Windows color (decimal): -4378018 or 6173373. OLE color: 6173373.

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

Color convert

RGB 189 50 94 -
CMYK 0 0.74 0.50 0.26
HSL 341.01º 0.58% 0.47% -
HSV(B) 341.01º 0.74% 0.74% -
XYZ 24.15 13.91 12 -
YUV 96.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 189 50 94 0 0.74 0.50 0.26 341.01 0.58 0.47
Hex BD 32 5E 0 4A 32 1A 155 3A 2F
Octal 275 62 136 0 112 62 32 525 72 57
Binary 10111101 110010 1011110 0 1001010 110010 11010 101010101 111010 101111

Color Harmonies of #BD325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD325E

Black with #BD325E

Text Example


Text Example

White with #BD325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD325E; }

 p { color: rgb(189,50,94); }

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

background-color css

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

 a { background-color: rgb(189,50,94); }

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

border-color css

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

 span { border-color: rgb(189,50,94); }

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