#B07025

Color #B07025 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #B07025

Tints of Hot Toddy #B07025

Color information

#B07025 (or 0xB07025) is unknown color: approx Hot Toddy. HEX triplet: B0, 70 and 25. RGB value is (176,112,37). Sum of RGB (Red+Green+Blue) = 176+112+37=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B07025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07025 is #4F8FDA. Grayscale: #7A7A7A. Windows color (decimal): -5214171 or 2453680. OLE color: 2453680.

HSL color Cylindrical-coordinate representation of color #B07025: hue angle of 32.37º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B07025 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17611237-
CMYK00.360.790.31
HSL32.37º65.26%41.76%-
HSV(B)32.37º78.98%69.02%-
XYZ24.0320.954.53-
YUV122.5979.7166.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 37 (14.84% from 255) = 11.38%
R=54.15%
G=34.46%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761123700.360.790.3132.3765.2641.76
HexB070250244F1F20412a
Octal26016045044117374010152
Binary10110000111000010010101001001001111111111000001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07025; }

 p { color: rgb(176,112,37); }

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

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

 a { background-color: rgb(176,112,37); }

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

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

 span { border-color: rgb(176,112,37); }

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