#BB743F

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

Shades of Brandy Punch #BB743F

Tints of Brandy Punch #BB743F

Color information

#BB743F (or 0xBB743F) is unknown color: approx Brandy Punch. HEX triplet: BB, 74 and 3F. RGB value is (187,116,63). Sum of RGB (Red+Green+Blue) = 187+116+63=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB743F is #448BC0. Grayscale: #838383. Windows color (decimal): -4492225 or 4158651. OLE color: 4158651.

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

Color convert

RGB18711663-
CMYK00.380.660.27
HSL25.65º49.6%49.02%-
HSV(B)25.65º66.31%73.33%-
XYZ27.6423.417.77-
YUV131.1989.52167.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 63 (25% from 255) = 17.21%
R=51.09%
G=31.69%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871166300.380.660.2725.6549.649.02
HexBB743F026421B1a3231
Octal2731647704610233326261
Binary101110111110100111111010011010000101101111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB743F; }

 p { color: rgb(187,116,63); }

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

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

 a { background-color: rgb(187,116,63); }

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

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

 span { border-color: rgb(187,116,63); }

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