Html Css Color HEX #BD245D Old Rose

📋 copy color: '#BD245D'

red 189 ◦ green 36 ◦ blue 93

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

Shades of Old Rose #BD245D

Tints of Old Rose #BD245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

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

R = 59.43%
G = 11.32%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD245D (or 0xBD245D) is known color: Old Rose. HEX triplet: BD, 24 and 5D. RGB value is (189,36,93). Sum of RGB (Red+Green+Blue) = 189+36+93=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD245D is #42DBA2. Grayscale: #585858. Windows color (decimal): -4381603 or 6104253. OLE color: 6104253.

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

Color convert

RGB 189 36 93 -
CMYK 0 0.81 0.51 0.26
HSL 337.65º 0.68% 0.44% -
HSV(B) 337.65º 0.81% 0.74% -
XYZ 23.59 12.87 11.6 -
YUV 88.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 189 36 93 0 0.81 0.51 0.26 337.65 0.68 0.44
Hex BD 24 5D 0 51 33 1A 152 44 2C
Octal 275 44 135 0 121 63 32 522 104 54
Binary 10111101 100100 1011101 0 1010001 110011 11010 101010010 1000100 101100

Color Harmonies of #BD245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD245D

Black with #BD245D

Text Example


Text Example

White with #BD245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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