Html Css Color HEX #B06A1B Hot Toddy

📋 copy color: '#B06A1B'

red 176 ◦ green 106 ◦ blue 27

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

Shades of Hot Toddy #B06A1B

Tints of Hot Toddy #B06A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 56.96%
G = 34.3%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B06A1B (or 0xB06A1B) is known color: Hot Toddy. HEX triplet: B0, 6A and 1B. RGB value is (176,106,27). Sum of RGB (Red+Green+Blue) = 176+106+27=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A1B is #4F95E4. Grayscale: #767676. Windows color (decimal): -5215717 or 1796784. OLE color: 1796784.

HSL color Cylindrical-coordinate representation of color #B06A1B: hue angle of 31.81º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B06A1B is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 106 27 -
CMYK 0 0.40 0.85 0.31
HSL 31.81º 0.73% 0.4% -
HSV(B) 31.81º 0.85% 0.69% -
XYZ 23.26 19.62 3.6 -
YUV 117.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 176 106 27 0 0.40 0.85 0.31 31.81 0.73 0.4
Hex B0 6A 1B 0 28 55 1F 20 49 28
Octal 260 152 33 0 50 125 37 40 111 50
Binary 10110000 1101010 11011 0 101000 1010101 11111 100000 1001001 101000

Color Harmonies of #B06A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A1B

Black with #B06A1B

Text Example


Text Example

White with #B06A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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