#BC8D7A

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

Shades of Brandy Rose #BC8D7A

Tints of Brandy Rose #BC8D7A

Color information

#BC8D7A (or 0xBC8D7A) is unknown color: approx Brandy Rose. HEX triplet: BC, 8D and 7A. RGB value is (188,141,122). Sum of RGB (Red+Green+Blue) = 188+141+122=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D7A is #437285. Grayscale: #999999. Windows color (decimal): -4420230 or 8031676. OLE color: 8031676.

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

Color convert

RGB188141122-
CMYK00.250.350.26
HSL17.27º33%60.78%-
HSV(B)17.27º35.11%73.73%-
XYZ33.7831.1522.64-
YUV152.89110.57153.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=41.69%
G=31.26%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814112200.250.350.2617.273360.78
HexBC8D7A019231A11213d
Octal2742151720314332214175
Binary101111001000110111110100110011000111101010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D7A; }

 p { color: rgb(188,141,122); }

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

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

 a { background-color: rgb(188,141,122); }

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

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

 span { border-color: rgb(188,141,122); }

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