Html Css Color HEX #B06D24 Hot Toddy

📋 copy color: '#B06D24'

red 176 ◦ green 109 ◦ blue 36

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

Shades of Hot Toddy #B06D24

Tints of Hot Toddy #B06D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.21%

R = 54.83%
G = 33.96%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B06D24 (or 0xB06D24) is known color: Hot Toddy. HEX triplet: B0, 6D and 24. RGB value is (176,109,36). Sum of RGB (Red+Green+Blue) = 176+109+36=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D24 is #4F92DB. Grayscale: #797979. Windows color (decimal): -5214940 or 2387376. OLE color: 2387376.

HSL color Cylindrical-coordinate representation of color #B06D24: hue angle of 31.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06D24 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 109 36 -
CMYK 0 0.38 0.80 0.31
HSL 31.29º 0.66% 0.42% -
HSV(B) 31.29º 0.8% 0.69% -
XYZ 23.69 20.29 4.34 -
YUV 120.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 176 109 36 0 0.38 0.80 0.31 31.29 0.66 0.42
Hex B0 6D 24 0 26 50 1F 1F 42 2A
Octal 260 155 44 0 46 120 37 37 102 52
Binary 10110000 1101101 100100 0 100110 1010000 11111 11111 1000010 101010

Color Harmonies of #B06D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D24

Black with #B06D24

Text Example


Text Example

White with #B06D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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