Html Css Color HEX #B07128 Hot Toddy

📋 copy color: '#B07128'

red 176 ◦ green 113 ◦ blue 40

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

Shades of Hot Toddy #B07128

Tints of Hot Toddy #B07128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 53.5%
G = 34.35%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B07128 (or 0xB07128) is known color: Hot Toddy. HEX triplet: B0, 71 and 28. RGB value is (176,113,40). Sum of RGB (Red+Green+Blue) = 176+113+40=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B07128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07128 is #4F8ED7. Grayscale: #7B7B7B. Windows color (decimal): -5213912 or 2650544. OLE color: 2650544.

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

Color convert

RGB 176 113 40 -
CMYK 0 0.36 0.77 0.31
HSL 32.21º 0.63% 0.42% -
HSV(B) 32.21º 0.77% 0.69% -
XYZ 24.19 21.19 4.82 -
YUV 123.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 176 113 40 0 0.36 0.77 0.31 32.21 0.63 0.42
Hex B0 71 28 0 24 4D 1F 20 3F 2A
Octal 260 161 50 0 44 115 37 40 77 52
Binary 10110000 1110001 101000 0 100100 1001101 11111 100000 111111 101010

Color Harmonies of #B07128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07128

Black with #B07128

Text Example


Text Example

White with #B07128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07128; }

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

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

background-color css

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

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

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

border-color css

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

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

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