Html Css Color HEX #B06F27 Hot Toddy

📋 copy color: '#B06F27'

red 176 ◦ green 111 ◦ blue 39

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

Shades of Hot Toddy #B06F27

Tints of Hot Toddy #B06F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.05%

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 53.99%
G = 34.05%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B06F27 (or 0xB06F27) is known color: Hot Toddy. HEX triplet: B0, 6F and 27. RGB value is (176,111,39). Sum of RGB (Red+Green+Blue) = 176+111+39=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F27 is #4F90D8. Grayscale: #7A7A7A. Windows color (decimal): -5214425 or 2584496. OLE color: 2584496.

HSL color Cylindrical-coordinate representation of color #B06F27: hue angle of 31.53º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B06F27 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 39 -
CMYK 0 0.37 0.78 0.31
HSL 31.53º 0.64% 0.42% -
HSV(B) 31.53º 0.78% 0.69% -
XYZ 23.96 20.75 4.66 -
YUV 122.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 176 111 39 0 0.37 0.78 0.31 31.53 0.64 0.42
Hex B0 6F 27 0 25 4E 1F 20 40 2A
Octal 260 157 47 0 45 116 37 40 100 52
Binary 10110000 1101111 100111 0 100101 1001110 11111 100000 1000000 101010

Color Harmonies of #B06F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F27

Black with #B06F27

Text Example


Text Example

White with #B06F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F27; }

 p { color: rgb(176,111,39); }

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

background-color css

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

 a { background-color: rgb(176,111,39); }

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

border-color css

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

 span { border-color: rgb(176,111,39); }

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