Html Css Color HEX #BD224E Old Rose

📋 copy color: '#BD224E'

red 189 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #BD224E

Tints of Old Rose #BD224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 62.79%
G = 11.3%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD224E (or 0xBD224E) is known color: Old Rose. HEX triplet: BD, 22 and 4E. RGB value is (189,34,78). Sum of RGB (Red+Green+Blue) = 189+34+78=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD224E is #42DDB1. Grayscale: #555555. Windows color (decimal): -4382130 or 5120701. OLE color: 5120701.

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

Color convert

RGB 189 34 78 -
CMYK 0 0.82 0.59 0.26
HSL 342.97º 0.7% 0.44% -
HSV(B) 342.97º 0.82% 0.74% -
XYZ 22.93 12.51 8.41 -
YUV 85.36 123.85 201.92 -
System Red Green Blue C M Y K H S L
Decimal 189 34 78 0 0.82 0.59 0.26 342.97 0.7 0.44
Hex BD 22 4E 0 52 3B 1A 157 46 2C
Octal 275 42 116 0 122 73 32 527 106 54
Binary 10111101 100010 1001110 0 1010010 111011 11010 101010111 1000110 101100

Color Harmonies of #BD224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD224E

Black with #BD224E

Text Example


Text Example

White with #BD224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD224E; }

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

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

background-color css

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

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

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

border-color css

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

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

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