#BB7D3B

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

Shades of Brandy Punch #BB7D3B

Tints of Brandy Punch #BB7D3B

Color information

#BB7D3B (or 0xBB7D3B) is unknown color: approx Brandy Punch. HEX triplet: BB, 7D and 3B. RGB value is (187,125,59). Sum of RGB (Red+Green+Blue) = 187+125+59=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D3B is #4482C4. Grayscale: #888888. Windows color (decimal): -4489925 or 3898811. OLE color: 3898811.

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

Color convert

RGB18712559-
CMYK00.330.680.27
HSL30.94º52.03%48.24%-
HSV(B)30.94º68.45%73.33%-
XYZ28.6225.557.56-
YUV136.0184.54164.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=50.40%
G=33.69%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871255900.330.680.2730.9452.0348.24
HexBB7D3B021441B1f3430
Octal2731757304110433376460
Binary101110111111101111011010000110001001101111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D3B; }

 p { color: rgb(187,125,59); }

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

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

 a { background-color: rgb(187,125,59); }

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

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

 span { border-color: rgb(187,125,59); }

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