Html Css Color HEX #B07722 Hot Toddy

📋 copy color: '#B07722'

red 176 ◦ green 119 ◦ blue 34

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

Shades of Hot Toddy #B07722

Tints of Hot Toddy #B07722

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.17%

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

R = 53.5%
G = 36.17%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B07722 (or 0xB07722) is known color: Hot Toddy. HEX triplet: B0, 77 and 22. RGB value is (176,119,34). Sum of RGB (Red+Green+Blue) = 176+119+34=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B07722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07722 is #4F88DD. Grayscale: #7E7E7E. Windows color (decimal): -5212382 or 2258864. OLE color: 2258864.

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

Color convert

RGB 176 119 34 -
CMYK 0 0.32 0.81 0.31
HSL 35.92º 0.68% 0.41% -
HSV(B) 35.92º 0.81% 0.69% -
XYZ 24.79 22.54 4.56 -
YUV 126.35 75.88 163.41 -
System Red Green Blue C M Y K H S L
Decimal 176 119 34 0 0.32 0.81 0.31 35.92 0.68 0.41
Hex B0 77 22 0 20 51 1F 24 44 29
Octal 260 167 42 0 40 121 37 44 104 51
Binary 10110000 1110111 100010 0 100000 1010001 11111 100100 1000100 101001

Color Harmonies of #B07722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07722

Black with #B07722

Text Example


Text Example

White with #B07722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07722; }

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

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

background-color css

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

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

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

border-color css

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

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

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