Html Css Color HEX #BD285E Old Rose

📋 copy color: '#BD285E'

red 189 ◦ green 40 ◦ blue 94

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

Shades of Old Rose #BD285E

Tints of Old Rose #BD285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 58.51%
G = 12.38%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD285E (or 0xBD285E) is known color: Old Rose. HEX triplet: BD, 28 and 5E. RGB value is (189,40,94). Sum of RGB (Red+Green+Blue) = 189+40+94=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD285E is #42D7A1. Grayscale: #5A5A5A. Windows color (decimal): -4380578 or 6170813. OLE color: 6170813.

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

Color convert

RGB 189 40 94 -
CMYK 0 0.79 0.50 0.26
HSL 338.26º 0.65% 0.45% -
HSV(B) 338.26º 0.79% 0.74% -
XYZ 23.77 13.14 11.87 -
YUV 90.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 189 40 94 0 0.79 0.50 0.26 338.26 0.65 0.45
Hex BD 28 5E 0 4F 32 1A 152 41 2D
Octal 275 50 136 0 117 62 32 522 101 55
Binary 10111101 101000 1011110 0 1001111 110010 11010 101010010 1000001 101101

Color Harmonies of #BD285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD285E

Black with #BD285E

Text Example


Text Example

White with #BD285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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