#B97850

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

Shades of Brandy Punch #B97850

Tints of Brandy Punch #B97850

Color information

#B97850 (or 0xB97850) is unknown color: approx Brandy Punch. HEX triplet: B9, 78 and 50. RGB value is (185,120,80). Sum of RGB (Red+Green+Blue) = 185+120+80=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B97850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97850 is #4687AF. Grayscale: #878787. Windows color (decimal): -4622256 or 5273785. OLE color: 5273785.

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

Color convert

RGB18512080-
CMYK00.350.570.27
HSL22.86º42.86%51.96%-
HSV(B)22.86º56.76%72.55%-
XYZ28.1724.3310.8-
YUV134.8897.03163.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=48.05%
G=31.17%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851208000.350.570.2722.8642.8651.96
HexB97850023391B172b34
Octal2711701200437133275364
Binary101110011111000101000001000111110011101110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97850; }

 p { color: rgb(185,120,80); }

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

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

 a { background-color: rgb(185,120,80); }

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

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

 span { border-color: rgb(185,120,80); }

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