Html Css Color HEX #B06D1C Hot Toddy

📋 copy color: '#B06D1C'

red 176 ◦ green 109 ◦ blue 28

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

Shades of Hot Toddy #B06D1C

Tints of Hot Toddy #B06D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 56.23%
G = 34.82%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B06D1C (or 0xB06D1C) is known color: Hot Toddy. HEX triplet: B0, 6D and 1C. RGB value is (176,109,28). Sum of RGB (Red+Green+Blue) = 176+109+28=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D1C is #4F92E3. Grayscale: #787878. Windows color (decimal): -5214948 or 1863088. OLE color: 1863088.

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

Color convert

RGB 176 109 28 -
CMYK 0 0.38 0.84 0.31
HSL 32.84º 0.73% 0.4% -
HSV(B) 32.84º 0.84% 0.69% -
XYZ 23.58 20.25 3.76 -
YUV 119.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 176 109 28 0 0.38 0.84 0.31 32.84 0.73 0.4
Hex B0 6D 1C 0 26 54 1F 21 49 28
Octal 260 155 34 0 46 124 37 41 111 50
Binary 10110000 1101101 11100 0 100110 1010100 11111 100001 1001001 101000

Color Harmonies of #B06D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D1C

Black with #B06D1C

Text Example


Text Example

White with #B06D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D1C; }

 p { color: rgb(176,109,28); }

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

background-color css

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

 a { background-color: rgb(176,109,28); }

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

border-color css

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

 span { border-color: rgb(176,109,28); }

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