#BD375B

Color #BD375B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BD375B

Tints of Old Rose #BD375B

Color information

#BD375B (or 0xBD375B) is unknown color: approx Old Rose. HEX triplet: BD, 37 and 5B. RGB value is (189,55,91). Sum of RGB (Red+Green+Blue) = 189+55+91=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD375B is #42C8A4. Grayscale: #636363. Windows color (decimal): -4376741 or 5978045. OLE color: 5978045.

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

Color convert

RGB1895591-
CMYK00.710.520.26
HSL343.88º54.92%47.84%-
HSV(B)343.88º70.9%74.12%-
XYZ24.2414.3111.38-
YUV99.17123.39192.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=56.42%
G=16.42%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189559100.710.520.26343.8854.9247.84
HexBD375B047341A1583730
Octal27567133010764325306760
Binary1011110111011110110110100011111010011010101011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD375B; }

 p { color: rgb(189,55,91); }

 H1.HeaderClassName
 {
   color: #BD375B;
 }
 .AnyTagClassName
 {
   color: #BD375B;
 }
</style>
background-color css

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

 a { background-color: rgb(189,55,91); }

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

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

 span { border-color: rgb(189,55,91); }

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