#BB8053

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

Shades of Brandy Punch #BB8053

Tints of Brandy Punch #BB8053

Color information

#BB8053 (or 0xBB8053) is unknown color: approx Brandy Punch. HEX triplet: BB, 80 and 53. RGB value is (187,128,83). Sum of RGB (Red+Green+Blue) = 187+128+83=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8053 is #447FAC. Grayscale: #8C8C8C. Windows color (decimal): -4489133 or 5472443. OLE color: 5472443.

HSL color Cylindrical-coordinate representation of color #BB8053: hue angle of 25.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB8053 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18712883-
CMYK00.320.560.27
HSL25.96º43.33%52.94%-
HSV(B)25.96º55.61%73.33%-
XYZ29.7726.6311.75-
YUV140.5195.55161.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 83 (32.81% from 255) = 20.85%
R=46.98%
G=32.16%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871288300.320.560.2725.9643.3352.94
HexBB8053020381B1a2b35
Octal2732001230407033325365
Binary1011101110000000101001101000001110001101111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8053; }

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

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

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

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

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

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

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

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