Html Css Color HEX #B07022 Hot Toddy

📋 copy color: '#B07022'

red 176 ◦ green 112 ◦ blue 34

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

Shades of Hot Toddy #B07022

Tints of Hot Toddy #B07022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

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

R = 54.66%
G = 34.78%
B = 10.56%

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

#B07022 (or 0xB07022) is known color: Hot Toddy. HEX triplet: B0, 70 and 22. RGB value is (176,112,34). Sum of RGB (Red+Green+Blue) = 176+112+34=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B07022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07022 is #4F8FDD. Grayscale: #7A7A7A. Windows color (decimal): -5214174 or 2257072. OLE color: 2257072.

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

Color convert

RGB 176 112 34 -
CMYK 0 0.36 0.81 0.31
HSL 32.96º 0.68% 0.41% -
HSV(B) 32.96º 0.81% 0.69% -
XYZ 23.99 20.93 4.29 -
YUV 122.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 176 112 34 0 0.36 0.81 0.31 32.96 0.68 0.41
Hex B0 70 22 0 24 51 1F 21 44 29
Octal 260 160 42 0 44 121 37 41 104 51
Binary 10110000 1110000 100010 0 100100 1010001 11111 100001 1000100 101001

Color Harmonies of #B07022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07022

Black with #B07022

Text Example


Text Example

White with #B07022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07022; }

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

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

background-color css

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

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

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

border-color css

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

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

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