#BB763C

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

Shades of Brandy Punch #BB763C

Tints of Brandy Punch #BB763C

Color information

#BB763C (or 0xBB763C) is unknown color: approx Brandy Punch. HEX triplet: BB, 76 and 3C. RGB value is (187,118,60). Sum of RGB (Red+Green+Blue) = 187+118+60=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB763C is #4489C3. Grayscale: #848484. Windows color (decimal): -4491716 or 3962555. OLE color: 3962555.

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

Color convert

RGB18711860-
CMYK00.370.680.27
HSL27.4º51.42%48.43%-
HSV(B)27.4º67.91%73.33%-
XYZ27.7923.857.41-
YUV132.0287.36167.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=51.23%
G=32.33%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871186000.370.680.2727.451.4248.43
HexBB763C025441B1b3330
Octal2731667404510433336360
Binary101110111110110111100010010110001001101111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB763C; }

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

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

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

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

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

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

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

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