#BD7F3D

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

Shades of Brandy Punch #BD7F3D

Tints of Brandy Punch #BD7F3D

Color information

#BD7F3D (or 0xBD7F3D) is unknown color: approx Brandy Punch. HEX triplet: BD, 7F and 3D. RGB value is (189,127,61). Sum of RGB (Red+Green+Blue) = 189+127+61=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7F3D is #4280C2. Grayscale: #8A8A8A. Windows color (decimal): -4358339 or 4030397. OLE color: 4030397.

HSL color Cylindrical-coordinate representation of color #BD7F3D: hue angle of 30.94º degrees, saturation: 0.51, 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 #BD7F3D is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB18912761-
CMYK00.330.680.26
HSL30.94º51.2%49.02%-
HSV(B)30.94º67.72%74.12%-
XYZ29.4226.337.95-
YUV138.0184.54164.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 61 (24.22% from 255) = 16.18%
R=50.13%
G=33.69%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891276100.330.680.2630.9451.249.02
HexBD7F3D021441A1f3331
Octal2751777504110432376361
Binary101111011111111111101010000110001001101011111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F3D; }

 p { color: rgb(189,127,61); }

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

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

 a { background-color: rgb(189,127,61); }

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

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

 span { border-color: rgb(189,127,61); }

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