#BC8C7A

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

Shades of Brandy Rose #BC8C7A

Tints of Brandy Rose #BC8C7A

Color information

#BC8C7A (or 0xBC8C7A) is unknown color: approx Brandy Rose. HEX triplet: BC, 8C and 7A. RGB value is (188,140,122). Sum of RGB (Red+Green+Blue) = 188+140+122=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C7A is #437385. Grayscale: #989898. Windows color (decimal): -4420486 or 8031420. OLE color: 8031420.

HSL color Cylindrical-coordinate representation of color #BC8C7A: hue angle of 16.36º 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 #BC8C7A is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188140122-
CMYK00.260.350.26
HSL16.36º33%60.78%-
HSV(B)16.36º35.11%73.73%-
XYZ33.6330.8522.6-
YUV152.3110.9153.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=41.78%
G=31.11%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814012200.260.350.2616.363360.78
HexBC8C7A01A231A10213d
Octal2742141720324332204175
Binary101111001000110011110100110101000111101010000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C7A; }

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

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

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

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

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

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

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

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