Html Css Color HEX #B06C1D Hot Toddy

📋 copy color: '#B06C1D'

red 176 ◦ green 108 ◦ blue 29

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

Shades of Hot Toddy #B06C1D

Tints of Hot Toddy #B06C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.5%

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

R = 56.23%
G = 34.5%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B06C1D (or 0xB06C1D) is known color: Hot Toddy. HEX triplet: B0, 6C and 1D. RGB value is (176,108,29). Sum of RGB (Red+Green+Blue) = 176+108+29=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C1D is #4F93E2. Grayscale: #777777. Windows color (decimal): -5215203 or 1928368. OLE color: 1928368.

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

Color convert

RGB 176 108 29 -
CMYK 0 0.39 0.84 0.31
HSL 32.24º 0.72% 0.4% -
HSV(B) 32.24º 0.84% 0.69% -
XYZ 23.49 20.04 3.79 -
YUV 119.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 176 108 29 0 0.39 0.84 0.31 32.24 0.72 0.4
Hex B0 6C 1D 0 27 54 1F 20 48 28
Octal 260 154 35 0 47 124 37 40 110 50
Binary 10110000 1101100 11101 0 100111 1010100 11111 100000 1001000 101000

Color Harmonies of #B06C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C1D

Black with #B06C1D

Text Example


Text Example

White with #B06C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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