Html Css Color HEX #BD225D Old Rose

📋 copy color: '#BD225D'

red 189 ◦ green 34 ◦ blue 93

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

Shades of Old Rose #BD225D

Tints of Old Rose #BD225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.76%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 59.81%
G = 10.76%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD225D (or 0xBD225D) is known color: Old Rose. HEX triplet: BD, 22 and 5D. RGB value is (189,34,93). Sum of RGB (Red+Green+Blue) = 189+34+93=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD225D is #42DDA2. Grayscale: #565656. Windows color (decimal): -4382115 or 6103741. OLE color: 6103741.

HSL color Cylindrical-coordinate representation of color #BD225D: hue angle of 337.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD225D is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 93 -
CMYK 0 0.82 0.51 0.26
HSL 337.16º 0.7% 0.44% -
HSV(B) 337.16º 0.82% 0.74% -
XYZ 23.53 12.75 11.58 -
YUV 87.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 189 34 93 0 0.82 0.51 0.26 337.16 0.7 0.44
Hex BD 22 5D 0 52 33 1A 151 46 2C
Octal 275 42 135 0 122 63 32 521 106 54
Binary 10111101 100010 1011101 0 1010010 110011 11010 101010001 1000110 101100

Color Harmonies of #BD225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD225D

Black with #BD225D

Text Example


Text Example

White with #BD225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD225D; }

 p { color: rgb(189,34,93); }

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

background-color css

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

 a { background-color: rgb(189,34,93); }

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

border-color css

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

 span { border-color: rgb(189,34,93); }

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