Html Css Color HEX #B0681D Hot Toddy

📋 copy color: '#B0681D'

red 176 ◦ green 104 ◦ blue 29

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

Shades of Hot Toddy #B0681D

Tints of Hot Toddy #B0681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

 BLUE value IS 29 (11.72% from 255) = 9.39%

R = 56.96%
G = 33.66%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0681D (or 0xB0681D) is known color: Hot Toddy. HEX triplet: B0, 68 and 1D. RGB value is (176,104,29). Sum of RGB (Red+Green+Blue) = 176+104+29=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0681D is #4F97E2. Grayscale: #757575. Windows color (decimal): -5216227 or 1927344. OLE color: 1927344.

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

Color convert

RGB 176 104 29 -
CMYK 0 0.41 0.84 0.31
HSL 30.61º 0.72% 0.4% -
HSV(B) 30.61º 0.84% 0.69% -
XYZ 23.08 19.22 3.66 -
YUV 116.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 176 104 29 0 0.41 0.84 0.31 30.61 0.72 0.4
Hex B0 68 1D 0 29 54 1F 1F 48 28
Octal 260 150 35 0 51 124 37 37 110 50
Binary 10110000 1101000 11101 0 101001 1010100 11111 11111 1001000 101000

Color Harmonies of #B0681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0681D

Black with #B0681D

Text Example


Text Example

White with #B0681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0681D; }

 p { color: rgb(176,104,29); }

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

background-color css

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

 a { background-color: rgb(176,104,29); }

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

border-color css

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

 span { border-color: rgb(176,104,29); }

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