Html Css Color HEX #BD225B Old Rose

📋 copy color: '#BD225B'

red 189 ◦ green 34 ◦ blue 91

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

Shades of Old Rose #BD225B

Tints of Old Rose #BD225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 60.19%
G = 10.83%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD225B (or 0xBD225B) is known color: Old Rose. HEX triplet: BD, 22 and 5B. RGB value is (189,34,91). Sum of RGB (Red+Green+Blue) = 189+34+91=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD225B is #42DDA4. Grayscale: #565656. Windows color (decimal): -4382117 or 5972669. OLE color: 5972669.

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

Color convert

RGB 189 34 91 -
CMYK 0 0.82 0.52 0.26
HSL 337.94º 0.7% 0.44% -
HSV(B) 337.94º 0.82% 0.74% -
XYZ 23.45 12.72 11.12 -
YUV 86.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 189 34 91 0 0.82 0.52 0.26 337.94 0.7 0.44
Hex BD 22 5B 0 52 34 1A 152 46 2C
Octal 275 42 133 0 122 64 32 522 106 54
Binary 10111101 100010 1011011 0 1010010 110100 11010 101010010 1000110 101100

Color Harmonies of #BD225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD225B

Black with #BD225B

Text Example


Text Example

White with #BD225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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