#BD7342

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

Shades of Brandy Punch #BD7342

Tints of Brandy Punch #BD7342

Color information

#BD7342 (or 0xBD7342) is unknown color: approx Brandy Punch. HEX triplet: BD, 73 and 42. RGB value is (189,115,66). Sum of RGB (Red+Green+Blue) = 189+115+66=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7342 is #428CBD. Grayscale: #838383. Windows color (decimal): -4361406 or 4355005. OLE color: 4355005.

HSL color Cylindrical-coordinate representation of color #BD7342: hue angle of 23.9º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD7342 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18911566-
CMYK00.390.650.26
HSL23.9º48.24%50%-
HSV(B)23.9º65.08%74.12%-
XYZ28.123.478.2-
YUV131.5491.02168.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.08%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 66 (26.17% from 255) = 17.84%
R=51.08%
G=31.08%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891156600.390.650.2623.948.2450
HexBD7342027411A183032
Octal27516310204710132306062
Binary1011110111100111000010010011110000011101011000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7342; }

 p { color: rgb(189,115,66); }

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

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

 a { background-color: rgb(189,115,66); }

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

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

 span { border-color: rgb(189,115,66); }

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