Html Css Color HEX #B07124 Hot Toddy

📋 copy color: '#B07124'

red 176 ◦ green 113 ◦ blue 36

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

Shades of Hot Toddy #B07124

Tints of Hot Toddy #B07124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.77%

 BLUE value IS 36 (14.45% from 255) = 11.08%

R = 54.15%
G = 34.77%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B07124 (or 0xB07124) is known color: Hot Toddy. HEX triplet: B0, 71 and 24. RGB value is (176,113,36). Sum of RGB (Red+Green+Blue) = 176+113+36=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B07124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07124 is #4F8EDB. Grayscale: #7B7B7B. Windows color (decimal): -5213916 or 2388400. OLE color: 2388400.

HSL color Cylindrical-coordinate representation of color #B07124: hue angle of 33º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B07124 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 36 -
CMYK 0 0.36 0.80 0.31
HSL 33º 0.66% 0.42% -
HSV(B) 33º 0.8% 0.69% -
XYZ 24.13 21.17 4.48 -
YUV 123.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 176 113 36 0 0.36 0.80 0.31 33 0.66 0.42
Hex B0 71 24 0 24 50 1F 21 42 2A
Octal 260 161 44 0 44 120 37 41 102 52
Binary 10110000 1110001 100100 0 100100 1010000 11111 100001 1000010 101010

Color Harmonies of #B07124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07124

Black with #B07124

Text Example


Text Example

White with #B07124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07124; }

 p { color: rgb(176,113,36); }

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

background-color css

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

 a { background-color: rgb(176,113,36); }

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

border-color css

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

 span { border-color: rgb(176,113,36); }

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