Html Css Color HEX #B07522 Hot Toddy

📋 copy color: '#B07522'

red 176 ◦ green 117 ◦ blue 34

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

Shades of Hot Toddy #B07522

Tints of Hot Toddy #B07522

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 53.82%
G = 35.78%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B07522 (or 0xB07522) is known color: Hot Toddy. HEX triplet: B0, 75 and 22. RGB value is (176,117,34). Sum of RGB (Red+Green+Blue) = 176+117+34=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B07522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07522 is #4F8ADD. Grayscale: #7D7D7D. Windows color (decimal): -5212894 or 2258352. OLE color: 2258352.

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

Color convert

RGB 176 117 34 -
CMYK 0 0.34 0.81 0.31
HSL 35.07º 0.68% 0.41% -
HSV(B) 35.07º 0.81% 0.69% -
XYZ 24.55 22.07 4.48 -
YUV 125.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 176 117 34 0 0.34 0.81 0.31 35.07 0.68 0.41
Hex B0 75 22 0 22 51 1F 23 44 29
Octal 260 165 42 0 42 121 37 43 104 51
Binary 10110000 1110101 100010 0 100010 1010001 11111 100011 1000100 101001

Color Harmonies of #B07522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07522

Black with #B07522

Text Example


Text Example

White with #B07522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07522; }

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

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

background-color css

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

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

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

border-color css

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

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

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