Html Css Color HEX #B06F1F Hot Toddy

📋 copy color: '#B06F1F'

red 176 ◦ green 111 ◦ blue 31

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

Shades of Hot Toddy #B06F1F

Tints of Hot Toddy #B06F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.75%

R = 55.35%
G = 34.91%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B06F1F (or 0xB06F1F) is known color: Hot Toddy. HEX triplet: B0, 6F and 1F. RGB value is (176,111,31). Sum of RGB (Red+Green+Blue) = 176+111+31=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F1F is #4F90E0. Grayscale: #797979. Windows color (decimal): -5214433 or 2060208. OLE color: 2060208.

HSL color Cylindrical-coordinate representation of color #B06F1F: hue angle of 33.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B06F1F is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 31 -
CMYK 0 0.37 0.82 0.31
HSL 33.1º 0.7% 0.41% -
HSV(B) 33.1º 0.82% 0.69% -
XYZ 23.84 20.7 4.04 -
YUV 121.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 176 111 31 0 0.37 0.82 0.31 33.1 0.7 0.41
Hex B0 6F 1F 0 25 52 1F 21 46 29
Octal 260 157 37 0 45 122 37 41 106 51
Binary 10110000 1101111 11111 0 100101 1010010 11111 100001 1000110 101001

Color Harmonies of #B06F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F1F

Black with #B06F1F

Text Example


Text Example

White with #B06F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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