#BD7B3A

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

Shades of Brandy Punch #BD7B3A

Tints of Brandy Punch #BD7B3A

Color information

#BD7B3A (or 0xBD7B3A) is unknown color: approx Brandy Punch. HEX triplet: BD, 7B and 3A. RGB value is (189,123,58). Sum of RGB (Red+Green+Blue) = 189+123+58=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B3A is #4284C5. Grayscale: #878787. Windows color (decimal): -4359366 or 3832765. OLE color: 3832765.

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

Color convert

RGB18912358-
CMYK00.350.690.26
HSL29.77º53.04%48.43%-
HSV(B)29.77º69.31%74.12%-
XYZ28.8325.297.36-
YUV135.3284.37166.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.08%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=51.08%
G=33.24%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891235800.350.690.2629.7753.0448.43
HexBD7B3A023451A1e3530
Octal2751737204310532366560
Binary101111011111011111010010001110001011101011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B3A; }

 p { color: rgb(189,123,58); }

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

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

 a { background-color: rgb(189,123,58); }

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

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

 span { border-color: rgb(189,123,58); }

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