Html Css Color HEX #B07622 Hot Toddy

📋 copy color: '#B07622'

red 176 ◦ green 118 ◦ blue 34

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

Shades of Hot Toddy #B07622

Tints of Hot Toddy #B07622

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

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

R = 53.66%
G = 35.98%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B07622 (or 0xB07622) is known color: Hot Toddy. HEX triplet: B0, 76 and 22. RGB value is (176,118,34). Sum of RGB (Red+Green+Blue) = 176+118+34=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B07622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07622 is #4F89DD. Grayscale: #7E7E7E. Windows color (decimal): -5212638 or 2258608. OLE color: 2258608.

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

Color convert

RGB 176 118 34 -
CMYK 0 0.33 0.81 0.31
HSL 35.49º 0.68% 0.41% -
HSV(B) 35.49º 0.81% 0.69% -
XYZ 24.67 22.3 4.52 -
YUV 125.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 176 118 34 0 0.33 0.81 0.31 35.49 0.68 0.41
Hex B0 76 22 0 21 51 1F 23 44 29
Octal 260 166 42 0 41 121 37 43 104 51
Binary 10110000 1110110 100010 0 100001 1010001 11111 100011 1000100 101001

Color Harmonies of #B07622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07622

Black with #B07622

Text Example


Text Example

White with #B07622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07622; }

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

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

background-color css

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

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

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

border-color css

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

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

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