Html Css Color HEX #B06D1D Hot Toddy

📋 copy color: '#B06D1D'

red 176 ◦ green 109 ◦ blue 29

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

Shades of Hot Toddy #B06D1D

Tints of Hot Toddy #B06D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 56.05%
G = 34.71%
B = 9.24%

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

#B06D1D (or 0xB06D1D) is known color: Hot Toddy. HEX triplet: B0, 6D and 1D. RGB value is (176,109,29). Sum of RGB (Red+Green+Blue) = 176+109+29=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D1D is #4F92E2. Grayscale: #787878. Windows color (decimal): -5214947 or 1928624. OLE color: 1928624.

HSL color Cylindrical-coordinate representation of color #B06D1D: hue angle of 32.65º degrees, saturation: 0.72, 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 #B06D1D is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 109 29 -
CMYK 0 0.38 0.84 0.31
HSL 32.65º 0.72% 0.4% -
HSV(B) 32.65º 0.84% 0.69% -
XYZ 23.59 20.26 3.83 -
YUV 119.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 176 109 29 0 0.38 0.84 0.31 32.65 0.72 0.4
Hex B0 6D 1D 0 26 54 1F 21 48 28
Octal 260 155 35 0 46 124 37 41 110 50
Binary 10110000 1101101 11101 0 100110 1010100 11111 100001 1001000 101000

Color Harmonies of #B06D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D1D

Black with #B06D1D

Text Example


Text Example

White with #B06D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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