#BD7F6F

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

Shades of Brandy Rose #BD7F6F

Tints of Brandy Rose #BD7F6F

Color information

#BD7F6F (or 0xBD7F6F) is unknown color: approx Brandy Rose. HEX triplet: BD, 7F and 6F. RGB value is (189,127,111). Sum of RGB (Red+Green+Blue) = 189+127+111=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F6F is #428090. Grayscale: #8F8F8F. Windows color (decimal): -4358289 or 7307197. OLE color: 7307197.

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

Color convert

RGB189127111-
CMYK00.330.410.26
HSL12.31º37.14%58.82%-
HSV(B)12.31º41.27%74.12%-
XYZ31.4427.1518.62-
YUV143.71109.54160.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=44.26%
G=29.74%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912711100.330.410.2612.3137.1458.82
HexBD7F6F021291Ac253b
Octal2751771570415132144573
Binary10111101111111111011110100001101001110101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F6F; }

 p { color: rgb(189,127,111); }

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

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

 a { background-color: rgb(189,127,111); }

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

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

 span { border-color: rgb(189,127,111); }

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