Html Css Color HEX #BD345E Old Rose

📋 copy color: '#BD345E'

red 189 ◦ green 52 ◦ blue 94

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

Shades of Old Rose #BD345E

Tints of Old Rose #BD345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 56.42%
G = 15.52%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD345E (or 0xBD345E) is known color: Old Rose. HEX triplet: BD, 34 and 5E. RGB value is (189,52,94). Sum of RGB (Red+Green+Blue) = 189+52+94=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD345E is #42CBA1. Grayscale: #616161. Windows color (decimal): -4377506 or 6173885. OLE color: 6173885.

HSL color Cylindrical-coordinate representation of color #BD345E: hue angle of 341.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD345E is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 52 94 -
CMYK 0 0.72 0.50 0.26
HSL 341.61º 0.57% 0.47% -
HSV(B) 341.61º 0.72% 0.74% -
XYZ 24.23 14.08 12.03 -
YUV 97.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 189 52 94 0 0.72 0.50 0.26 341.61 0.57 0.47
Hex BD 34 5E 0 48 32 1A 156 39 2F
Octal 275 64 136 0 110 62 32 526 71 57
Binary 10111101 110100 1011110 0 1001000 110010 11010 101010110 111001 101111

Color Harmonies of #BD345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD345E

Black with #BD345E

Text Example


Text Example

White with #BD345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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