Html Css Color HEX #B0731F Hot Toddy

📋 copy color: '#B0731F'

red 176 ◦ green 115 ◦ blue 31

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

Shades of Hot Toddy #B0731F

Tints of Hot Toddy #B0731F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 54.66%
G = 35.71%
B = 9.63%

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

#B0731F (or 0xB0731F) is known color: Hot Toddy. HEX triplet: B0, 73 and 1F. RGB value is (176,115,31). Sum of RGB (Red+Green+Blue) = 176+115+31=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0731F is #4F8CE0. Grayscale: #7C7C7C. Windows color (decimal): -5213409 or 2061232. OLE color: 2061232.

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

Color convert

RGB 176 115 31 -
CMYK 0 0.35 0.82 0.31
HSL 34.76º 0.7% 0.41% -
HSV(B) 34.76º 0.82% 0.69% -
XYZ 24.28 21.59 4.18 -
YUV 123.66 75.71 165.33 -
System Red Green Blue C M Y K H S L
Decimal 176 115 31 0 0.35 0.82 0.31 34.76 0.7 0.41
Hex B0 73 1F 0 23 52 1F 23 46 29
Octal 260 163 37 0 43 122 37 43 106 51
Binary 10110000 1110011 11111 0 100011 1010010 11111 100011 1000110 101001

Color Harmonies of #B0731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0731F

Black with #B0731F

Text Example


Text Example

White with #B0731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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