Html Css Color HEX #B07222 Hot Toddy

📋 copy color: '#B07222'

red 176 ◦ green 114 ◦ blue 34

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

Shades of Hot Toddy #B07222

Tints of Hot Toddy #B07222

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

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

R = 54.32%
G = 35.19%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B07222 (or 0xB07222) is known color: Hot Toddy. HEX triplet: B0, 72 and 22. RGB value is (176,114,34). Sum of RGB (Red+Green+Blue) = 176+114+34=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B07222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07222 is #4F8DDD. Grayscale: #7B7B7B. Windows color (decimal): -5213662 or 2257584. OLE color: 2257584.

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

Color convert

RGB 176 114 34 -
CMYK 0 0.35 0.81 0.31
HSL 33.8º 0.68% 0.41% -
HSV(B) 33.8º 0.81% 0.69% -
XYZ 24.21 21.38 4.36 -
YUV 123.42 77.54 165.5 -
System Red Green Blue C M Y K H S L
Decimal 176 114 34 0 0.35 0.81 0.31 33.8 0.68 0.41
Hex B0 72 22 0 23 51 1F 22 44 29
Octal 260 162 42 0 43 121 37 42 104 51
Binary 10110000 1110010 100010 0 100011 1010001 11111 100010 1000100 101001

Color Harmonies of #B07222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07222

Black with #B07222

Text Example


Text Example

White with #B07222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07222; }

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

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

background-color css

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

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

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

border-color css

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

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

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