Html Css Color HEX #BD325A Old Rose

📋 copy color: '#BD325A'

red 189 ◦ green 50 ◦ blue 90

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

Shades of Old Rose #BD325A

Tints of Old Rose #BD325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 57.45%
G = 15.2%
B = 27.36%

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

#BD325A (or 0xBD325A) is known color: Old Rose. HEX triplet: BD, 32 and 5A. RGB value is (189,50,90). Sum of RGB (Red+Green+Blue) = 189+50+90=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD325A is #42CDA5. Grayscale: #606060. Windows color (decimal): -4378022 or 5911229. OLE color: 5911229.

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

Color convert

RGB 189 50 90 -
CMYK 0 0.74 0.52 0.26
HSL 342.73º 0.58% 0.47% -
HSV(B) 342.73º 0.74% 0.74% -
XYZ 23.97 13.84 11.08 -
YUV 96.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 189 50 90 0 0.74 0.52 0.26 342.73 0.58 0.47
Hex BD 32 5A 0 4A 34 1A 157 3A 2F
Octal 275 62 132 0 112 64 32 527 72 57
Binary 10111101 110010 1011010 0 1001010 110100 11010 101010111 111010 101111

Color Harmonies of #BD325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD325A

Black with #BD325A

Text Example


Text Example

White with #BD325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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