#bb803f

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

Shades of Brandy Punch #BB803F

Tints of Brandy Punch #BB803F

Color information

#BB803F (or 0xBB803F) is unknown color: approx Brandy Punch. HEX triplet: BB, 80 and 3F. RGB value is (187,128,63). Sum of RGB (Red+Green+Blue) = 187+128+63=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB803F is #447FC0. Grayscale: #8A8A8A. Windows color (decimal): -4489153 or 4161723. OLE color: 4161723.

HSL color Cylindrical-coordinate representation of color #BB803F: hue angle of 31.45º 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 #BB803F is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18712863-
CMYK00.320.660.27
HSL31.45º49.6%49.02%-
HSV(B)31.45º66.31%73.33%-
XYZ29.1126.368.26-
YUV138.2385.55162.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 63 (25% from 255) = 16.67%
R=49.47%
G=33.86%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871286300.320.660.2731.4549.649.02
HexBB803F020421B1f3231
Octal2732007704010233376261
Binary1011101110000000111111010000010000101101111111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb803f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb803f; }

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

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

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

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

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

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

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

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