Html Css Color HEX #B06C21 Hot Toddy

📋 copy color: '#B06C21'

red 176 ◦ green 108 ◦ blue 33

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

Shades of Hot Toddy #B06C21

Tints of Hot Toddy #B06C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 55.52%
G = 34.07%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B06C21 (or 0xB06C21) is known color: Hot Toddy. HEX triplet: B0, 6C and 21. RGB value is (176,108,33). Sum of RGB (Red+Green+Blue) = 176+108+33=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C21 is #4F93DE. Grayscale: #787878. Windows color (decimal): -5215199 or 2190512. OLE color: 2190512.

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

Color convert

RGB 176 108 33 -
CMYK 0 0.39 0.81 0.31
HSL 31.47º 0.68% 0.41% -
HSV(B) 31.47º 0.81% 0.69% -
XYZ 23.54 20.07 4.07 -
YUV 119.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 176 108 33 0 0.39 0.81 0.31 31.47 0.68 0.41
Hex B0 6C 21 0 27 51 1F 1F 44 29
Octal 260 154 41 0 47 121 37 37 104 51
Binary 10110000 1101100 100001 0 100111 1010001 11111 11111 1000100 101001

Color Harmonies of #B06C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C21

Black with #B06C21

Text Example


Text Example

White with #B06C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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