#bb733e

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

Shades of Brandy Punch #BB733E

Tints of Brandy Punch #BB733E

Color information

#BB733E (or 0xBB733E) is unknown color: approx Brandy Punch. HEX triplet: BB, 73 and 3E. RGB value is (187,115,62). Sum of RGB (Red+Green+Blue) = 187+115+62=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB733E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB733E is #448CC1. Grayscale: #828282. Windows color (decimal): -4492482 or 4092859. OLE color: 4092859.

HSL color Cylindrical-coordinate representation of color #BB733E: hue angle of 25.44º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB733E is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18711562-
CMYK00.390.670.27
HSL25.44º50.2%48.82%-
HSV(B)25.44º66.84%73.33%-
XYZ27.4923.177.58-
YUV130.4989.35168.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 62 (24.61% from 255) = 17.03%
R=51.37%
G=31.59%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871156200.390.670.2725.4450.248.82
HexBB733E027431B193231
Octal2731637604710333316261
Binary101110111110011111110010011110000111101111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb733e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb733e; }

 p { color: rgb(187,115,62); }

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

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

 a { background-color: rgb(187,115,62); }

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

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

 span { border-color: rgb(187,115,62); }

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