Html Css Color HEX #BD244C Old Rose

📋 copy color: '#BD244C'

red 189 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #BD244C

Tints of Old Rose #BD244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 62.79%
G = 11.96%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD244C (or 0xBD244C) is known color: Old Rose. HEX triplet: BD, 24 and 4C. RGB value is (189,36,76). Sum of RGB (Red+Green+Blue) = 189+36+76=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD244C is #42DBB3. Grayscale: #565656. Windows color (decimal): -4381620 or 4990141. OLE color: 4990141.

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

Color convert

RGB 189 36 76 -
CMYK 0 0.81 0.60 0.26
HSL 344.31º 0.68% 0.44% -
HSV(B) 344.31º 0.81% 0.74% -
XYZ 22.92 12.6 8.06 -
YUV 86.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 189 36 76 0 0.81 0.60 0.26 344.31 0.68 0.44
Hex BD 24 4C 0 51 3C 1A 158 44 2C
Octal 275 44 114 0 121 74 32 530 104 54
Binary 10111101 100100 1001100 0 1010001 111100 11010 101011000 1000100 101100

Color Harmonies of #BD244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD244C

Black with #BD244C

Text Example


Text Example

White with #BD244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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