Html Css Color HEX #B06F1E Hot Toddy

📋 copy color: '#B06F1E'

red 176 ◦ green 111 ◦ blue 30

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

Shades of Hot Toddy #B06F1E

Tints of Hot Toddy #B06F1E

RGB

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

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

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

R = 55.52%
G = 35.02%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B06F1E (or 0xB06F1E) is known color: Hot Toddy. HEX triplet: B0, 6F and 1E. RGB value is (176,111,30). Sum of RGB (Red+Green+Blue) = 176+111+30=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F1E is #4F90E1. Grayscale: #797979. Windows color (decimal): -5214434 or 1994672. OLE color: 1994672.

HSL color Cylindrical-coordinate representation of color #B06F1E: hue angle of 33.29º 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 #B06F1E is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 30 -
CMYK 0 0.37 0.83 0.31
HSL 33.29º 0.71% 0.4% -
HSV(B) 33.29º 0.83% 0.69% -
XYZ 23.82 20.69 3.97 -
YUV 121.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 176 111 30 0 0.37 0.83 0.31 33.29 0.71 0.4
Hex B0 6F 1E 0 25 53 1F 21 47 28
Octal 260 157 36 0 45 123 37 41 107 50
Binary 10110000 1101111 11110 0 100101 1010011 11111 100001 1000111 101000

Color Harmonies of #B06F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F1E

Black with #B06F1E

Text Example


Text Example

White with #B06F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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