Html Css Color HEX #B0671B Hot Toddy

📋 copy color: '#B0671B'

red 176 ◦ green 103 ◦ blue 27

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

Shades of Hot Toddy #B0671B

Tints of Hot Toddy #B0671B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.82%

R = 57.52%
G = 33.66%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0671B (or 0xB0671B) is known color: Hot Toddy. HEX triplet: B0, 67 and 1B. RGB value is (176,103,27). Sum of RGB (Red+Green+Blue) = 176+103+27=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0671B is #4F98E4. Grayscale: #747474. Windows color (decimal): -5216485 or 1796016. OLE color: 1796016.

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

Color convert

RGB 176 103 27 -
CMYK 0 0.41 0.85 0.31
HSL 30.6º 0.73% 0.4% -
HSV(B) 30.6º 0.85% 0.69% -
XYZ 22.95 19.01 3.5 -
YUV 116.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 176 103 27 0 0.41 0.85 0.31 30.6 0.73 0.4
Hex B0 67 1B 0 29 55 1F 1F 49 28
Octal 260 147 33 0 51 125 37 37 111 50
Binary 10110000 1100111 11011 0 101001 1010101 11111 11111 1001001 101000

Color Harmonies of #B0671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0671B

Black with #B0671B

Text Example


Text Example

White with #B0671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0671B; }

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

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

background-color css

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

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

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

border-color css

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

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

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