Html Css Color HEX #BD285B Old Rose

📋 copy color: '#BD285B'

red 189 ◦ green 40 ◦ blue 91

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

Shades of Old Rose #BD285B

Tints of Old Rose #BD285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 59.06%
G = 12.5%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD285B (or 0xBD285B) is known color: Old Rose. HEX triplet: BD, 28 and 5B. RGB value is (189,40,91). Sum of RGB (Red+Green+Blue) = 189+40+91=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD285B is #42D7A4. Grayscale: #5A5A5A. Windows color (decimal): -4380581 or 5974205. OLE color: 5974205.

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

Color convert

RGB 189 40 91 -
CMYK 0 0.79 0.52 0.26
HSL 339.46º 0.65% 0.45% -
HSV(B) 339.46º 0.79% 0.74% -
XYZ 23.63 13.09 11.18 -
YUV 90.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 189 40 91 0 0.79 0.52 0.26 339.46 0.65 0.45
Hex BD 28 5B 0 4F 34 1A 153 41 2D
Octal 275 50 133 0 117 64 32 523 101 55
Binary 10111101 101000 1011011 0 1001111 110100 11010 101010011 1000001 101101

Color Harmonies of #BD285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD285B

Black with #BD285B

Text Example


Text Example

White with #BD285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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