Html Css Color HEX #B07123 Hot Toddy

📋 copy color: '#B07123'

red 176 ◦ green 113 ◦ blue 35

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

Shades of Hot Toddy #B07123

Tints of Hot Toddy #B07123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.8%

R = 54.32%
G = 34.88%
B = 10.8%

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

#B07123 (or 0xB07123) is known color: Hot Toddy. HEX triplet: B0, 71 and 23. RGB value is (176,113,35). Sum of RGB (Red+Green+Blue) = 176+113+35=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B07123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07123 is #4F8EDC. Grayscale: #7B7B7B. Windows color (decimal): -5213917 or 2322864. OLE color: 2322864.

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

Color convert

RGB 176 113 35 -
CMYK 0 0.36 0.80 0.31
HSL 33.19º 0.67% 0.41% -
HSV(B) 33.19º 0.8% 0.69% -
XYZ 24.11 21.16 4.4 -
YUV 122.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 176 113 35 0 0.36 0.80 0.31 33.19 0.67 0.41
Hex B0 71 23 0 24 50 1F 21 43 29
Octal 260 161 43 0 44 120 37 41 103 51
Binary 10110000 1110001 100011 0 100100 1010000 11111 100001 1000011 101001

Color Harmonies of #B07123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07123

Black with #B07123

Text Example


Text Example

White with #B07123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07123; }

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

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

background-color css

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

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

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

border-color css

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

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

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