#bc7a4b

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

Shades of Brandy Punch #BC7A4B

Tints of Brandy Punch #BC7A4B

Color information

#BC7A4B (or 0xBC7A4B) is unknown color: approx Brandy Punch. HEX triplet: BC, 7A and 4B. RGB value is (188,122,75). Sum of RGB (Red+Green+Blue) = 188+122+75=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A4B is #4385B4. Grayscale: #888888. Windows color (decimal): -4425141 or 4946620. OLE color: 4946620.

HSL color Cylindrical-coordinate representation of color #BC7A4B: hue angle of 24.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC7A4B is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18812275-
CMYK00.350.600.26
HSL24.96º45.75%51.57%-
HSV(B)24.96º60.11%73.73%-
XYZ28.9725.129.98-
YUV136.3893.37164.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=48.83%
G=31.69%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881227500.350.600.2624.9645.7551.57
HexBC7A4B0233C1A192e34
Octal2741721130437432315664
Binary101111001111010100101101000111111001101011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7a4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7a4b; }

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

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

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

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

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

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

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

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