Html Css Color HEX #B0671C Hot Toddy

📋 copy color: '#B0671C'

red 176 ◦ green 103 ◦ blue 28

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

Shades of Hot Toddy #B0671C

Tints of Hot Toddy #B0671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 57.33%
G = 33.55%
B = 9.12%

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

#B0671C (or 0xB0671C) is known color: Hot Toddy. HEX triplet: B0, 67 and 1C. RGB value is (176,103,28). Sum of RGB (Red+Green+Blue) = 176+103+28=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0671C is #4F98E3. Grayscale: #747474. Windows color (decimal): -5216484 or 1861552. OLE color: 1861552.

HSL color Cylindrical-coordinate representation of color #B0671C: hue angle of 30.41º degrees, saturation: 0.73, 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 #B0671C is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 28 -
CMYK 0 0.41 0.84 0.31
HSL 30.41º 0.73% 0.4% -
HSV(B) 30.41º 0.84% 0.69% -
XYZ 22.96 19.01 3.56 -
YUV 116.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 176 103 28 0 0.41 0.84 0.31 30.41 0.73 0.4
Hex B0 67 1C 0 29 54 1F 1E 49 28
Octal 260 147 34 0 51 124 37 36 111 50
Binary 10110000 1100111 11100 0 101001 1010100 11111 11110 1001001 101000

Color Harmonies of #B0671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0671C

Black with #B0671C

Text Example


Text Example

White with #B0671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0671C; }

 p { color: rgb(176,103,28); }

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

background-color css

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

 a { background-color: rgb(176,103,28); }

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

border-color css

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

 span { border-color: rgb(176,103,28); }

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