Html Css Color HEX #BD284D Old Rose

📋 copy color: '#BD284D'

red 189 ◦ green 40 ◦ blue 77

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

Shades of Old Rose #BD284D

Tints of Old Rose #BD284D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 61.76%
G = 13.07%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD284D (or 0xBD284D) is known color: Old Rose. HEX triplet: BD, 28 and 4D. RGB value is (189,40,77). Sum of RGB (Red+Green+Blue) = 189+40+77=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD284D is #42D7B2. Grayscale: #585858. Windows color (decimal): -4380595 or 5056701. OLE color: 5056701.

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

Color convert

RGB 189 40 77 -
CMYK 0 0.79 0.59 0.26
HSL 345.1º 0.65% 0.45% -
HSV(B) 345.1º 0.79% 0.74% -
XYZ 23.08 12.87 8.29 -
YUV 88.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 189 40 77 0 0.79 0.59 0.26 345.1 0.65 0.45
Hex BD 28 4D 0 4F 3B 1A 159 41 2D
Octal 275 50 115 0 117 73 32 531 101 55
Binary 10111101 101000 1001101 0 1001111 111011 11010 101011001 1000001 101101

Color Harmonies of #BD284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD284D

Black with #BD284D

Text Example


Text Example

White with #BD284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD284D; }

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

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

background-color css

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

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

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

border-color css

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

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

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