Html Css Color HEX #B07426 Hot Toddy

📋 copy color: '#B07426'

red 176 ◦ green 116 ◦ blue 38

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

Shades of Hot Toddy #B07426

Tints of Hot Toddy #B07426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 38 (15.23% from 255) = 11.52%

R = 53.33%
G = 35.15%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B07426 (or 0xB07426) is known color: Hot Toddy. HEX triplet: B0, 74 and 26. RGB value is (176,116,38). Sum of RGB (Red+Green+Blue) = 176+116+38=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B07426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07426 is #4F8BD9. Grayscale: #7D7D7D. Windows color (decimal): -5213146 or 2520240. OLE color: 2520240.

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

Color convert

RGB 176 116 38 -
CMYK 0 0.34 0.78 0.31
HSL 33.91º 0.64% 0.42% -
HSV(B) 33.91º 0.78% 0.69% -
XYZ 24.5 21.86 4.76 -
YUV 125.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 176 116 38 0 0.34 0.78 0.31 33.91 0.64 0.42
Hex B0 74 26 0 22 4E 1F 22 40 2A
Octal 260 164 46 0 42 116 37 42 100 52
Binary 10110000 1110100 100110 0 100010 1001110 11111 100010 1000000 101010

Color Harmonies of #B07426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07426

Black with #B07426

Text Example


Text Example

White with #B07426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07426; }

 p { color: rgb(176,116,38); }

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

background-color css

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

 a { background-color: rgb(176,116,38); }

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

border-color css

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

 span { border-color: rgb(176,116,38); }

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