#BB824E

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

Shades of Brandy Punch #BB824E

Tints of Brandy Punch #BB824E

Color information

#BB824E (or 0xBB824E) is unknown color: approx Brandy Punch. HEX triplet: BB, 82 and 4E. RGB value is (187,130,78). Sum of RGB (Red+Green+Blue) = 187+130+78=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB824E is #447DB1. Grayscale: #8D8D8D. Windows color (decimal): -4488626 or 5145275. OLE color: 5145275.

HSL color Cylindrical-coordinate representation of color #BB824E: hue angle of 28.62º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB824E is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18713078-
CMYK00.300.580.27
HSL28.62º44.49%51.96%-
HSV(B)28.62º58.29%73.33%-
XYZ29.8527.0810.86-
YUV141.1292.38160.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=47.34%
G=32.91%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871307800.300.580.2728.6244.4951.96
HexBB824E01E3A1B1d2c34
Octal2732021160367233355464
Binary101110111000001010011100111101110101101111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB824E; }

 p { color: rgb(187,130,78); }

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

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

 a { background-color: rgb(187,130,78); }

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

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

 span { border-color: rgb(187,130,78); }

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