#B9754E

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

Shades of Brandy Punch #B9754E

Tints of Brandy Punch #B9754E

Color information

#B9754E (or 0xB9754E) is unknown color: approx Brandy Punch. HEX triplet: B9, 75 and 4E. RGB value is (185,117,78). Sum of RGB (Red+Green+Blue) = 185+117+78=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9754E is #468AB1. Grayscale: #858585. Windows color (decimal): -4623026 or 5141945. OLE color: 5141945.

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

Color convert

RGB18511778-
CMYK00.370.580.27
HSL21.87º43.32%51.57%-
HSV(B)21.87º57.84%72.55%-
XYZ27.7423.5910.3-
YUV132.8997.03165.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=48.68%
G=30.79%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851177800.370.580.2721.8743.3251.57
HexB9754E0253A1B162b34
Octal2711651160457233265364
Binary101110011110101100111001001011110101101110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9754E; }

 p { color: rgb(185,117,78); }

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

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

 a { background-color: rgb(185,117,78); }

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

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

 span { border-color: rgb(185,117,78); }

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