#bd774d

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

Shades of Brandy Punch #BD774D

Tints of Brandy Punch #BD774D

Color information

#BD774D (or 0xBD774D) is unknown color: approx Brandy Punch. HEX triplet: BD, 77 and 4D. RGB value is (189,119,77). Sum of RGB (Red+Green+Blue) = 189+119+77=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD774D is #4288B2. Grayscale: #878787. Windows color (decimal): -4360371 or 5076925. OLE color: 5076925.

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

Color convert

RGB18911977-
CMYK00.370.590.26
HSL22.5º45.9%52.16%-
HSV(B)22.5º59.26%74.12%-
XYZ28.9224.5510.24-
YUV135.1495.19166.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 77 (30.47% from 255) = 20%
R=49.09%
G=30.91%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891197700.370.590.2622.545.952.16
HexBD774D0253B1A162e34
Octal2751671150457332265664
Binary101111011110111100110101001011110111101010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd774d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd774d; }

 p { color: rgb(189,119,77); }

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

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

 a { background-color: rgb(189,119,77); }

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

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

 span { border-color: rgb(189,119,77); }

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