Html Css Color HEX #B06A1F Hot Toddy

📋 copy color: '#B06A1F'

red 176 ◦ green 106 ◦ blue 31

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

Shades of Hot Toddy #B06A1F

Tints of Hot Toddy #B06A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.87%

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

R = 56.23%
G = 33.87%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B06A1F (or 0xB06A1F) is known color: Hot Toddy. HEX triplet: B0, 6A and 1F. RGB value is (176,106,31). Sum of RGB (Red+Green+Blue) = 176+106+31=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A1F is #4F95E0. Grayscale: #767676. Windows color (decimal): -5215713 or 2058928. OLE color: 2058928.

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

Color convert

RGB 176 106 31 -
CMYK 0 0.40 0.82 0.31
HSL 31.03º 0.7% 0.41% -
HSV(B) 31.03º 0.82% 0.69% -
XYZ 23.31 19.64 3.86 -
YUV 118.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 176 106 31 0 0.40 0.82 0.31 31.03 0.7 0.41
Hex B0 6A 1F 0 28 52 1F 1F 46 29
Octal 260 152 37 0 50 122 37 37 106 51
Binary 10110000 1101010 11111 0 101000 1010010 11111 11111 1000110 101001

Color Harmonies of #B06A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A1F

Black with #B06A1F

Text Example


Text Example

White with #B06A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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