#BD7C6E

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

Shades of Brandy Rose #BD7C6E

Tints of Brandy Rose #BD7C6E

Color information

#BD7C6E (or 0xBD7C6E) is unknown color: approx Brandy Rose. HEX triplet: BD, 7C and 6E. RGB value is (189,124,110). Sum of RGB (Red+Green+Blue) = 189+124+110=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C6E is #428391. Grayscale: #8D8D8D. Windows color (decimal): -4359058 or 7240893. OLE color: 7240893.

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

Color convert

RGB189124110-
CMYK00.340.420.26
HSL10.63º37.44%58.63%-
HSV(B)10.63º41.8%74.12%-
XYZ31.0126.3618.21-
YUV141.84110.03161.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=44.68%
G=29.31%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912411000.340.420.2610.6337.4458.63
HexBD7C6E0222A1Ab253b
Octal2751741560425232134573
Binary10111101111110011011100100010101010110101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C6E; }

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

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

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

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

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

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

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

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