#BD844A

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

Shades of Brandy Punch #BD844A

Tints of Brandy Punch #BD844A

Color information

#BD844A (or 0xBD844A) is unknown color: approx Brandy Punch. HEX triplet: BD, 84 and 4A. RGB value is (189,132,74). Sum of RGB (Red+Green+Blue) = 189+132+74=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD844A is #427BB5. Grayscale: #8E8E8E. Windows color (decimal): -4357046 or 4883645. OLE color: 4883645.

HSL color Cylindrical-coordinate representation of color #BD844A: hue angle of 30.26º 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 #BD844A is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18913274-
CMYK00.300.610.26
HSL30.26º46.56%51.57%-
HSV(B)30.26º60.85%74.12%-
XYZ30.4727.8210.24-
YUV142.4389.38161.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=47.85%
G=33.42%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891327400.300.610.2630.2646.5651.57
HexBD844A01E3D1A1e2f34
Octal2752041120367532365764
Binary101111011000010010010100111101111011101011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD844A; }

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

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

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

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

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

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

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

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