Html Css Color HEX #B06F26 Hot Toddy

📋 copy color: '#B06F26'

red 176 ◦ green 111 ◦ blue 38

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

Shades of Hot Toddy #B06F26

Tints of Hot Toddy #B06F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 54.15%
G = 34.15%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B06F26 (or 0xB06F26) is known color: Hot Toddy. HEX triplet: B0, 6F and 26. RGB value is (176,111,38). Sum of RGB (Red+Green+Blue) = 176+111+38=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F26 is #4F90D9. Grayscale: #7A7A7A. Windows color (decimal): -5214426 or 2518960. OLE color: 2518960.

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

Color convert

RGB 176 111 38 -
CMYK 0 0.37 0.78 0.31
HSL 31.74º 0.64% 0.42% -
HSV(B) 31.74º 0.78% 0.69% -
XYZ 23.94 20.74 4.58 -
YUV 122.11 80.53 166.44 -
System Red Green Blue C M Y K H S L
Decimal 176 111 38 0 0.37 0.78 0.31 31.74 0.64 0.42
Hex B0 6F 26 0 25 4E 1F 20 40 2A
Octal 260 157 46 0 45 116 37 40 100 52
Binary 10110000 1101111 100110 0 100101 1001110 11111 100000 1000000 101010

Color Harmonies of #B06F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F26

Black with #B06F26

Text Example


Text Example

White with #B06F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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