Html Css Color HEX #B07028 Hot Toddy

📋 copy color: '#B07028'

red 176 ◦ green 112 ◦ blue 40

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

Shades of Hot Toddy #B07028

Tints of Hot Toddy #B07028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 53.66%
G = 34.15%
B = 12.2%

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

#B07028 (or 0xB07028) is known color: Hot Toddy. HEX triplet: B0, 70 and 28. RGB value is (176,112,40). Sum of RGB (Red+Green+Blue) = 176+112+40=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B07028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07028 is #4F8FD7. Grayscale: #7B7B7B. Windows color (decimal): -5214168 or 2650288. OLE color: 2650288.

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

Color convert

RGB 176 112 40 -
CMYK 0 0.36 0.77 0.31
HSL 31.76º 0.63% 0.42% -
HSV(B) 31.76º 0.77% 0.69% -
XYZ 24.08 20.97 4.79 -
YUV 122.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 176 112 40 0 0.36 0.77 0.31 31.76 0.63 0.42
Hex B0 70 28 0 24 4D 1F 20 3F 2A
Octal 260 160 50 0 44 115 37 40 77 52
Binary 10110000 1110000 101000 0 100100 1001101 11111 100000 111111 101010

Color Harmonies of #B07028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07028

Black with #B07028

Text Example


Text Example

White with #B07028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07028; }

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

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

background-color css

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

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

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

border-color css

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

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

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