Html Css Color HEX #BD294E Old Rose

📋 copy color: '#BD294E'

red 189 ◦ green 41 ◦ blue 78

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

Shades of Old Rose #BD294E

Tints of Old Rose #BD294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.32%

R = 61.36%
G = 13.31%
B = 25.32%

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

#BD294E (or 0xBD294E) is known color: Old Rose. HEX triplet: BD, 29 and 4E. RGB value is (189,41,78). Sum of RGB (Red+Green+Blue) = 189+41+78=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD294E is #42D6B1. Grayscale: #595959. Windows color (decimal): -4380338 or 5122493. OLE color: 5122493.

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

Color convert

RGB 189 41 78 -
CMYK 0 0.78 0.59 0.26
HSL 345º 0.64% 0.45% -
HSV(B) 345º 0.78% 0.74% -
XYZ 23.15 12.95 8.49 -
YUV 89.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 189 41 78 0 0.78 0.59 0.26 345 0.64 0.45
Hex BD 29 4E 0 4E 3B 1A 159 40 2D
Octal 275 51 116 0 116 73 32 531 100 55
Binary 10111101 101001 1001110 0 1001110 111011 11010 101011001 1000000 101101

Color Harmonies of #BD294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD294E

Black with #BD294E

Text Example


Text Example

White with #BD294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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