Html Css Color HEX #B06D1E Hot Toddy

📋 copy color: '#B06D1E'

red 176 ◦ green 109 ◦ blue 30

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

Shades of Hot Toddy #B06D1E

Tints of Hot Toddy #B06D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 55.87%
G = 34.6%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B06D1E (or 0xB06D1E) is known color: Hot Toddy. HEX triplet: B0, 6D and 1E. RGB value is (176,109,30). Sum of RGB (Red+Green+Blue) = 176+109+30=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D1E is #4F92E1. Grayscale: #787878. Windows color (decimal): -5214946 or 1994160. OLE color: 1994160.

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

Color convert

RGB 176 109 30 -
CMYK 0 0.38 0.83 0.31
HSL 32.47º 0.71% 0.4% -
HSV(B) 32.47º 0.83% 0.69% -
XYZ 23.61 20.26 3.89 -
YUV 120.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 176 109 30 0 0.38 0.83 0.31 32.47 0.71 0.4
Hex B0 6D 1E 0 26 53 1F 20 47 28
Octal 260 155 36 0 46 123 37 40 107 50
Binary 10110000 1101101 11110 0 100110 1010011 11111 100000 1000111 101000

Color Harmonies of #B06D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D1E

Black with #B06D1E

Text Example


Text Example

White with #B06D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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