#BD754A

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

Shades of Brandy Punch #BD754A

Tints of Brandy Punch #BD754A

Color information

#BD754A (or 0xBD754A) is unknown color: approx Brandy Punch. HEX triplet: BD, 75 and 4A. RGB value is (189,117,74). Sum of RGB (Red+Green+Blue) = 189+117+74=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD754A is #428AB5. Grayscale: #858585. Windows color (decimal): -4360886 or 4879805. OLE color: 4879805.

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

Color convert

RGB18911774-
CMYK00.380.610.26
HSL22.43º46.56%51.57%-
HSV(B)22.43º60.85%74.12%-
XYZ28.5824.049.61-
YUV133.6394.35167.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.74%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=49.74%
G=30.79%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891177400.380.610.2622.4346.5651.57
HexBD754A0263D1A162f34
Octal2751651120467532265764
Binary101111011110101100101001001101111011101010110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD754A; }

 p { color: rgb(189,117,74); }

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

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

 a { background-color: rgb(189,117,74); }

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

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

 span { border-color: rgb(189,117,74); }

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