Html Css Color HEX #BD324D Old Rose

📋 copy color: '#BD324D'

red 189 ◦ green 50 ◦ blue 77

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

Shades of Old Rose #BD324D

Tints of Old Rose #BD324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 59.81%
G = 15.82%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD324D (or 0xBD324D) is known color: Old Rose. HEX triplet: BD, 32 and 4D. RGB value is (189,50,77). Sum of RGB (Red+Green+Blue) = 189+50+77=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD324D is #42CDB2. Grayscale: #5E5E5E. Windows color (decimal): -4378035 or 5059261. OLE color: 5059261.

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

Color convert

RGB 189 50 77 -
CMYK 0 0.74 0.59 0.26
HSL 348.35º 0.58% 0.47% -
HSV(B) 348.35º 0.74% 0.74% -
XYZ 23.47 13.64 8.42 -
YUV 94.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 189 50 77 0 0.74 0.59 0.26 348.35 0.58 0.47
Hex BD 32 4D 0 4A 3B 1A 15C 3A 2F
Octal 275 62 115 0 112 73 32 534 72 57
Binary 10111101 110010 1001101 0 1001010 111011 11010 101011100 111010 101111

Color Harmonies of #BD324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD324D

Black with #BD324D

Text Example


Text Example

White with #BD324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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