Html Css Color HEX #BD294D Old Rose

📋 copy color: '#BD294D'

red 189 ◦ green 41 ◦ blue 77

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

Shades of Old Rose #BD294D

Tints of Old Rose #BD294D

RGB

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

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

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

R = 61.56%
G = 13.36%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD294D (or 0xBD294D) is known color: Old Rose. HEX triplet: BD, 29 and 4D. RGB value is (189,41,77). Sum of RGB (Red+Green+Blue) = 189+41+77=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD294D is #42D6B2. Grayscale: #595959. Windows color (decimal): -4380339 or 5056957. OLE color: 5056957.

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

Color convert

RGB 189 41 77 -
CMYK 0 0.78 0.59 0.26
HSL 345.41º 0.64% 0.45% -
HSV(B) 345.41º 0.78% 0.74% -
XYZ 23.12 12.94 8.3 -
YUV 89.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 189 41 77 0 0.78 0.59 0.26 345.41 0.64 0.45
Hex BD 29 4D 0 4E 3B 1A 159 40 2D
Octal 275 51 115 0 116 73 32 531 100 55
Binary 10111101 101001 1001101 0 1001110 111011 11010 101011001 1000000 101101

Color Harmonies of #BD294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD294D

Black with #BD294D

Text Example


Text Example

White with #BD294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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