Html Css Color HEX #B07122 Hot Toddy

📋 copy color: '#B07122'

red 176 ◦ green 113 ◦ blue 34

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

Shades of Hot Toddy #B07122

Tints of Hot Toddy #B07122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

 BLUE value IS 34 (13.67% from 255) = 10.53%

R = 54.49%
G = 34.98%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B07122 (or 0xB07122) is known color: Hot Toddy. HEX triplet: B0, 71 and 22. RGB value is (176,113,34). Sum of RGB (Red+Green+Blue) = 176+113+34=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B07122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07122 is #4F8EDD. Grayscale: #7B7B7B. Windows color (decimal): -5213918 or 2257328. OLE color: 2257328.

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

Color convert

RGB 176 113 34 -
CMYK 0 0.36 0.81 0.31
HSL 33.38º 0.68% 0.41% -
HSV(B) 33.38º 0.81% 0.69% -
XYZ 24.1 21.16 4.33 -
YUV 122.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 176 113 34 0 0.36 0.81 0.31 33.38 0.68 0.41
Hex B0 71 22 0 24 51 1F 21 44 29
Octal 260 161 42 0 44 121 37 41 104 51
Binary 10110000 1110001 100010 0 100100 1010001 11111 100001 1000100 101001

Color Harmonies of #B07122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07122

Black with #B07122

Text Example


Text Example

White with #B07122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07122; }

 p { color: rgb(176,113,34); }

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

background-color css

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

 a { background-color: rgb(176,113,34); }

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

border-color css

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

 span { border-color: rgb(176,113,34); }

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