#BD7C3C

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

Shades of Brandy Punch #BD7C3C

Tints of Brandy Punch #BD7C3C

Color information

#BD7C3C (or 0xBD7C3C) is unknown color: approx Brandy Punch. HEX triplet: BD, 7C and 3C. RGB value is (189,124,60). Sum of RGB (Red+Green+Blue) = 189+124+60=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C3C is #4283C3. Grayscale: #888888. Windows color (decimal): -4359108 or 3964093. OLE color: 3964093.

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

Color convert

RGB18912460-
CMYK00.340.680.26
HSL29.77º51.81%48.82%-
HSV(B)29.77º68.25%74.12%-
XYZ29.0125.567.68-
YUV136.1485.03165.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=50.67%
G=33.24%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891246000.340.680.2629.7751.8148.82
HexBD7C3C022441A1e3431
Octal2751747404210432366461
Binary101111011111100111100010001010001001101011110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C3C; }

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

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

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

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

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

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

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

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