#B0691A

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

Shades of Hot Toddy #B0691A

Tints of Hot Toddy #B0691A

Color information

#B0691A (or 0xB0691A) is unknown color: approx Hot Toddy. HEX triplet: B0, 69 and 1A. RGB value is (176,105,26). Sum of RGB (Red+Green+Blue) = 176+105+26=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0691A is #4F96E5. Grayscale: #757575. Windows color (decimal): -5215974 or 1730992. OLE color: 1730992.

HSL color Cylindrical-coordinate representation of color #B0691A: hue angle of 31.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0691A is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17610526-
CMYK00.400.850.31
HSL31.6º74.26%39.61%-
HSV(B)31.6º85.23%69.02%-
XYZ23.1419.413.5-
YUV117.2276.52169.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=57.33%
G=34.20%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761052600.400.850.3131.674.2639.61
HexB0691A028551F204a28
Octal26015132050125374011250
Binary1011000011010011101001010001010101111111000001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0691A; }

 p { color: rgb(176,105,26); }

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

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

 a { background-color: rgb(176,105,26); }

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

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

 span { border-color: rgb(176,105,26); }

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