#BD834B

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

Shades of Brandy Punch #BD834B

Tints of Brandy Punch #BD834B

Color information

#BD834B (or 0xBD834B) is unknown color: approx Brandy Punch. HEX triplet: BD, 83 and 4B. RGB value is (189,131,75). Sum of RGB (Red+Green+Blue) = 189+131+75=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD834B is #427CB4. Grayscale: #8E8E8E. Windows color (decimal): -4357301 or 4948925. OLE color: 4948925.

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

Color convert

RGB18913175-
CMYK00.310.600.26
HSL29.47º46.34%51.76%-
HSV(B)29.47º60.32%74.12%-
XYZ30.3727.5610.38-
YUV141.9690.22161.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=47.85%
G=33.16%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891317500.310.600.2629.4746.3451.76
HexBD834B01F3C1A1d2e34
Octal2752031130377432355664
Binary101111011000001110010110111111111001101011101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD834B; }

 p { color: rgb(189,131,75); }

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

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

 a { background-color: rgb(189,131,75); }

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

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

 span { border-color: rgb(189,131,75); }

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