Html Css Color HEX #B06F20 Hot Toddy

📋 copy color: '#B06F20'

red 176 ◦ green 111 ◦ blue 32

#B06F20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #B06F20

Tints of Hot Toddy #B06F20

RGB

 RED value IS 176 (69.14% from 255) = 55.17%

 GREEN value IS 111 (43.75% from 255) = 34.8%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 55.17%
G = 34.8%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B06F20 (or 0xB06F20) is known color: Hot Toddy. HEX triplet: B0, 6F and 20. RGB value is (176,111,32). Sum of RGB (Red+Green+Blue) = 176+111+32=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F20 is #4F90DF. Grayscale: #797979. Windows color (decimal): -5214432 or 2125744. OLE color: 2125744.

HSL color Cylindrical-coordinate representation of color #B06F20: hue angle of 32.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B06F20 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 32 -
CMYK 0 0.37 0.82 0.31
HSL 32.92º 0.69% 0.41% -
HSV(B) 32.92º 0.82% 0.69% -
XYZ 23.85 20.7 4.11 -
YUV 121.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 176 111 32 0 0.37 0.82 0.31 32.92 0.69 0.41
Hex B0 6F 20 0 25 52 1F 21 45 29
Octal 260 157 40 0 45 122 37 41 105 51
Binary 10110000 1101111 100000 0 100101 1010010 11111 100001 1000101 101001

Color Harmonies of #B06F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F20

Black with #B06F20

Text Example


Text Example

White with #B06F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F20; }

 p { color: rgb(176,111,32); }

 H1.HeaderClassName
 {
   color: #B06F20;
 }
 .AnyTagClassName
 {
   color: #B06F20;
 }
</style>

background-color css

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

 a { background-color: rgb(176,111,32); }

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

border-color css

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

 span { border-color: rgb(176,111,32); }

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