#BB7B4F

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

Shades of Brandy Punch #BB7B4F

Tints of Brandy Punch #BB7B4F

Color information

#BB7B4F (or 0xBB7B4F) is unknown color: approx Brandy Punch. HEX triplet: BB, 7B and 4F. RGB value is (187,123,79). Sum of RGB (Red+Green+Blue) = 187+123+79=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B4F is #4484B0. Grayscale: #898989. Windows color (decimal): -4490417 or 5209019. OLE color: 5209019.

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

Color convert

RGB18712379-
CMYK00.340.580.27
HSL24.44º44.26%52.16%-
HSV(B)24.44º57.75%73.33%-
XYZ28.9925.310.75-
YUV137.1295.2163.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 79 (31.25% from 255) = 20.31%
R=48.07%
G=31.62%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871237900.340.580.2724.4444.2652.16
HexBB7B4F0223A1B182c34
Octal2731731170427233305464
Binary101110111111011100111101000101110101101111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B4F; }

 p { color: rgb(187,123,79); }

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

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

 a { background-color: rgb(187,123,79); }

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

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

 span { border-color: rgb(187,123,79); }

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