Html Css Color HEX #BD284C Old Rose

📋 copy color: '#BD284C'

red 189 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #BD284C

Tints of Old Rose #BD284C

RGB

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

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

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

R = 61.97%
G = 13.11%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD284C (or 0xBD284C) is known color: Old Rose. HEX triplet: BD, 28 and 4C. RGB value is (189,40,76). Sum of RGB (Red+Green+Blue) = 189+40+76=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD284C is #42D7B3. Grayscale: #585858. Windows color (decimal): -4380596 or 4991165. OLE color: 4991165.

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

Color convert

RGB 189 40 76 -
CMYK 0 0.79 0.60 0.26
HSL 345.5º 0.65% 0.45% -
HSV(B) 345.5º 0.79% 0.74% -
XYZ 23.05 12.86 8.1 -
YUV 88.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 189 40 76 0 0.79 0.60 0.26 345.5 0.65 0.45
Hex BD 28 4C 0 4F 3C 1A 15A 41 2D
Octal 275 50 114 0 117 74 32 532 101 55
Binary 10111101 101000 1001100 0 1001111 111100 11010 101011010 1000001 101101

Color Harmonies of #BD284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD284C

Black with #BD284C

Text Example


Text Example

White with #BD284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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