Html Css Color HEX #B06F21 Hot Toddy

📋 copy color: '#B06F21'

red 176 ◦ green 111 ◦ blue 33

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

Shades of Hot Toddy #B06F21

Tints of Hot Toddy #B06F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 55%
G = 34.69%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B06F21 (or 0xB06F21) is known color: Hot Toddy. HEX triplet: B0, 6F and 21. RGB value is (176,111,33). Sum of RGB (Red+Green+Blue) = 176+111+33=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F21 is #4F90DE. Grayscale: #797979. Windows color (decimal): -5214431 or 2191280. OLE color: 2191280.

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

Color convert

RGB 176 111 33 -
CMYK 0 0.37 0.81 0.31
HSL 32.73º 0.68% 0.41% -
HSV(B) 32.73º 0.81% 0.69% -
XYZ 23.86 20.71 4.18 -
YUV 121.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 176 111 33 0 0.37 0.81 0.31 32.73 0.68 0.41
Hex B0 6F 21 0 25 51 1F 21 44 29
Octal 260 157 41 0 45 121 37 41 104 51
Binary 10110000 1101111 100001 0 100101 1010001 11111 100001 1000100 101001

Color Harmonies of #B06F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F21

Black with #B06F21

Text Example


Text Example

White with #B06F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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