#BB773C

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

Shades of Brandy Punch #BB773C

Tints of Brandy Punch #BB773C

Color information

#BB773C (or 0xBB773C) is unknown color: approx Brandy Punch. HEX triplet: BB, 77 and 3C. RGB value is (187,119,60). Sum of RGB (Red+Green+Blue) = 187+119+60=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB773C is #4488C3. Grayscale: #848484. Windows color (decimal): -4491460 or 3962811. OLE color: 3962811.

HSL color Cylindrical-coordinate representation of color #BB773C: hue angle of 27.87º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB773C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18711960-
CMYK00.360.680.27
HSL27.87º51.42%48.43%-
HSV(B)27.87º67.91%73.33%-
XYZ27.9124.087.45-
YUV132.6187.03166.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=51.09%
G=32.51%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871196000.360.680.2727.8751.4248.43
HexBB773C024441B1c3330
Octal2731677404410433346360
Binary101110111110111111100010010010001001101111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB773C; }

 p { color: rgb(187,119,60); }

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

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

 a { background-color: rgb(187,119,60); }

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

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

 span { border-color: rgb(187,119,60); }

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