#BD7D7C

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

Shades of Brandy Rose #BD7D7C

Tints of Brandy Rose #BD7D7C

Color information

#BD7D7C (or 0xBD7D7C) is unknown color: approx Brandy Rose. HEX triplet: BD, 7D and 7C. RGB value is (189,125,124). Sum of RGB (Red+Green+Blue) = 189+125+124=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D7C is #428283. Grayscale: #909090. Windows color (decimal): -4358788 or 8158653. OLE color: 8158653.

HSL color Cylindrical-coordinate representation of color #BD7D7C: hue angle of 0.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7D7C is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB189125124-
CMYK00.340.340.26
HSL0.92º32.99%61.37%-
HSV(B)0.92º34.39%74.12%-
XYZ31.9626.9422.58-
YUV144.02116.7160.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 125 (49.22% from 255) = 28.54%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=43.15%
G=28.54%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912512400.340.340.260.9232.9961.37
HexBD7D7C022221A1213d
Octal275175174042423214175
Binary10111101111110111111000100010100010110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7D7C; }

 p { color: rgb(189,125,124); }

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

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

 a { background-color: rgb(189,125,124); }

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

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

 span { border-color: rgb(189,125,124); }

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