Html Css Color HEX #B07320 Hot Toddy

📋 copy color: '#B07320'

red 176 ◦ green 115 ◦ blue 32

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

Shades of Hot Toddy #B07320

Tints of Hot Toddy #B07320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 54.49%
G = 35.6%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B07320 (or 0xB07320) is known color: Hot Toddy. HEX triplet: B0, 73 and 20. RGB value is (176,115,32). Sum of RGB (Red+Green+Blue) = 176+115+32=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B07320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07320 is #4F8CDF. Grayscale: #7C7C7C. Windows color (decimal): -5213408 or 2126768. OLE color: 2126768.

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

Color convert

RGB 176 115 32 -
CMYK 0 0.35 0.82 0.31
HSL 34.58º 0.69% 0.41% -
HSV(B) 34.58º 0.82% 0.69% -
XYZ 24.3 21.6 4.25 -
YUV 123.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 176 115 32 0 0.35 0.82 0.31 34.58 0.69 0.41
Hex B0 73 20 0 23 52 1F 23 45 29
Octal 260 163 40 0 43 122 37 43 105 51
Binary 10110000 1110011 100000 0 100011 1010010 11111 100011 1000101 101001

Color Harmonies of #B07320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07320

Black with #B07320

Text Example


Text Example

White with #B07320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07320; }

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

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

background-color css

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

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

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

border-color css

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

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

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