Html Css Color HEX #B06F25 Hot Toddy

📋 copy color: '#B06F25'

red 176 ◦ green 111 ◦ blue 37

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

Shades of Hot Toddy #B06F25

Tints of Hot Toddy #B06F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 54.32%
G = 34.26%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B06F25 (or 0xB06F25) is known color: Hot Toddy. HEX triplet: B0, 6F and 25. RGB value is (176,111,37). Sum of RGB (Red+Green+Blue) = 176+111+37=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F25 is #4F90DA. Grayscale: #7A7A7A. Windows color (decimal): -5214427 or 2453424. OLE color: 2453424.

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

Color convert

RGB 176 111 37 -
CMYK 0 0.37 0.79 0.31
HSL 31.94º 0.65% 0.42% -
HSV(B) 31.94º 0.79% 0.69% -
XYZ 23.92 20.73 4.49 -
YUV 122 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 176 111 37 0 0.37 0.79 0.31 31.94 0.65 0.42
Hex B0 6F 25 0 25 4F 1F 20 41 2A
Octal 260 157 45 0 45 117 37 40 101 52
Binary 10110000 1101111 100101 0 100101 1001111 11111 100000 1000001 101010

Color Harmonies of #B06F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F25

Black with #B06F25

Text Example


Text Example

White with #B06F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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