Html Css Color HEX #BD295A Old Rose

📋 copy color: '#BD295A'

red 189 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #BD295A

Tints of Old Rose #BD295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 59.06%
G = 12.81%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD295A (or 0xBD295A) is known color: Old Rose. HEX triplet: BD, 29 and 5A. RGB value is (189,41,90). Sum of RGB (Red+Green+Blue) = 189+41+90=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD295A is #42D6A5. Grayscale: #5A5A5A. Windows color (decimal): -4380326 or 5908925. OLE color: 5908925.

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

Color convert

RGB 189 41 90 -
CMYK 0 0.78 0.52 0.26
HSL 340.14º 0.64% 0.45% -
HSV(B) 340.14º 0.78% 0.74% -
XYZ 23.62 13.14 10.96 -
YUV 90.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 189 41 90 0 0.78 0.52 0.26 340.14 0.64 0.45
Hex BD 29 5A 0 4E 34 1A 154 40 2D
Octal 275 51 132 0 116 64 32 524 100 55
Binary 10111101 101001 1011010 0 1001110 110100 11010 101010100 1000000 101101

Color Harmonies of #BD295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD295A

Black with #BD295A

Text Example


Text Example

White with #BD295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD295A; }

 p { color: rgb(189,41,90); }

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

background-color css

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

 a { background-color: rgb(189,41,90); }

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

border-color css

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

 span { border-color: rgb(189,41,90); }

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