Html Css Color HEX #B07326 Hot Toddy

📋 copy color: '#B07326'

red 176 ◦ green 115 ◦ blue 38

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

Shades of Hot Toddy #B07326

Tints of Hot Toddy #B07326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 53.5%
G = 34.95%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B07326 (or 0xB07326) is known color: Hot Toddy. HEX triplet: B0, 73 and 26. RGB value is (176,115,38). Sum of RGB (Red+Green+Blue) = 176+115+38=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B07326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07326 is #4F8CD9. Grayscale: #7C7C7C. Windows color (decimal): -5213402 or 2519984. OLE color: 2519984.

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

Color convert

RGB 176 115 38 -
CMYK 0 0.35 0.78 0.31
HSL 33.48º 0.64% 0.42% -
HSV(B) 33.48º 0.78% 0.69% -
XYZ 24.39 21.63 4.72 -
YUV 124.46 79.21 164.76 -
System Red Green Blue C M Y K H S L
Decimal 176 115 38 0 0.35 0.78 0.31 33.48 0.64 0.42
Hex B0 73 26 0 23 4E 1F 21 40 2A
Octal 260 163 46 0 43 116 37 41 100 52
Binary 10110000 1110011 100110 0 100011 1001110 11111 100001 1000000 101010

Color Harmonies of #B07326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07326

Black with #B07326

Text Example


Text Example

White with #B07326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07326; }

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

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

background-color css

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

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

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

border-color css

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

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

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