#B07B43

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

Shades of Brandy Punch #B07B43

Tints of Brandy Punch #B07B43

Color information

#B07B43 (or 0xB07B43) is unknown color: approx Brandy Punch. HEX triplet: B0, 7B and 43. RGB value is (176,123,67). Sum of RGB (Red+Green+Blue) = 176+123+67=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B43 is #4F84BC. Grayscale: #848484. Windows color (decimal): -5211325 or 4422576. OLE color: 4422576.

HSL color Cylindrical-coordinate representation of color #B07B43: hue angle of 30.83º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B07B43 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17612367-
CMYK00.300.620.31
HSL30.83º44.86%47.65%-
HSV(B)30.83º61.93%69.02%-
XYZ2623.88.53-
YUV132.4691.06159.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=48.09%
G=33.61%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761236700.300.620.3130.8344.8647.65
HexB07B4301E3E1F1f2d30
Octal2601731030367637375560
Binary10110000111101110000110111101111101111111111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B43; }

 p { color: rgb(176,123,67); }

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

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

 a { background-color: rgb(176,123,67); }

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

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

 span { border-color: rgb(176,123,67); }

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