Html Css Color HEX #BD294F Old Rose

📋 copy color: '#BD294F'

red 189 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #BD294F

Tints of Old Rose #BD294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 61.17%
G = 13.27%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD294F (or 0xBD294F) is known color: Old Rose. HEX triplet: BD, 29 and 4F. RGB value is (189,41,79). Sum of RGB (Red+Green+Blue) = 189+41+79=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD294F is #42D6B0. Grayscale: #595959. Windows color (decimal): -4380337 or 5188029. OLE color: 5188029.

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

Color convert

RGB 189 41 79 -
CMYK 0 0.78 0.58 0.26
HSL 344.59º 0.64% 0.45% -
HSV(B) 344.59º 0.78% 0.74% -
XYZ 23.19 12.97 8.68 -
YUV 89.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 189 41 79 0 0.78 0.58 0.26 344.59 0.64 0.45
Hex BD 29 4F 0 4E 3A 1A 159 40 2D
Octal 275 51 117 0 116 72 32 531 100 55
Binary 10111101 101001 1001111 0 1001110 111010 11010 101011001 1000000 101101

Color Harmonies of #BD294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD294F

Black with #BD294F

Text Example


Text Example

White with #BD294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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