Html Css Color HEX #BD284A Old Rose

📋 copy color: '#BD284A'

red 189 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #BD284A

Tints of Old Rose #BD284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 62.38%
G = 13.2%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD284A (or 0xBD284A) is known color: Old Rose. HEX triplet: BD, 28 and 4A. RGB value is (189,40,74). Sum of RGB (Red+Green+Blue) = 189+40+74=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD284A is #42D7B5. Grayscale: #585858. Windows color (decimal): -4380598 or 4860093. OLE color: 4860093.

HSL color Cylindrical-coordinate representation of color #BD284A: hue angle of 346.31º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD284A is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 40 74 -
CMYK 0 0.79 0.61 0.26
HSL 346.31º 0.65% 0.45% -
HSV(B) 346.31º 0.79% 0.74% -
XYZ 22.98 12.83 7.74 -
YUV 88.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 189 40 74 0 0.79 0.61 0.26 346.31 0.65 0.45
Hex BD 28 4A 0 4F 3D 1A 15A 41 2D
Octal 275 50 112 0 117 75 32 532 101 55
Binary 10111101 101000 1001010 0 1001111 111101 11010 101011010 1000001 101101

Color Harmonies of #BD284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD284A

Black with #BD284A

Text Example


Text Example

White with #BD284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD284A; }

 p { color: rgb(189,40,74); }

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

background-color css

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

 a { background-color: rgb(189,40,74); }

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

border-color css

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

 span { border-color: rgb(189,40,74); }

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