Html Css Color HEX #B07325 Hot Toddy

📋 copy color: '#B07325'

red 176 ◦ green 115 ◦ blue 37

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

Shades of Hot Toddy #B07325

Tints of Hot Toddy #B07325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.28%

R = 53.66%
G = 35.06%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B07325 (or 0xB07325) is known color: Hot Toddy. HEX triplet: B0, 73 and 25. RGB value is (176,115,37). Sum of RGB (Red+Green+Blue) = 176+115+37=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B07325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07325 is #4F8CDA. Grayscale: #7C7C7C. Windows color (decimal): -5213403 or 2454448. OLE color: 2454448.

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

Color convert

RGB 176 115 37 -
CMYK 0 0.35 0.79 0.31
HSL 33.67º 0.65% 0.42% -
HSV(B) 33.67º 0.79% 0.69% -
XYZ 24.37 21.63 4.64 -
YUV 124.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 176 115 37 0 0.35 0.79 0.31 33.67 0.65 0.42
Hex B0 73 25 0 23 4F 1F 22 41 2A
Octal 260 163 45 0 43 117 37 42 101 52
Binary 10110000 1110011 100101 0 100011 1001111 11111 100010 1000001 101010

Color Harmonies of #B07325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07325

Black with #B07325

Text Example


Text Example

White with #B07325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07325; }

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

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

background-color css

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

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

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

border-color css

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

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

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