Html Css Color HEX #B18856 Teak

📋 copy color: '#B18856'

red 177 ◦ green 136 ◦ blue 86

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

Shades of Teak #B18856

Tints of Teak #B18856

RGB

 RED value IS 177 (69.53% from 255) = 44.36%

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 44.36%
G = 34.09%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B18856 (or 0xB18856) is known color: Teak. HEX triplet: B1, 88 and 56. RGB value is (177,136,86). Sum of RGB (Red+Green+Blue) = 177+136+86=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B18856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18856 is #4E77A9. Grayscale: #8E8E8E. Windows color (decimal): -5142442 or 5671089. OLE color: 5671089.

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

Color convert

RGB 177 136 86 -
CMYK 0 0.23 0.51 0.31
HSL 32.97º 0.37% 0.52% -
HSV(B) 32.97º 0.51% 0.69% -
XYZ 28.62 27.63 12.63 -
YUV 142.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 177 136 86 0 0.23 0.51 0.31 32.97 0.37 0.52
Hex B1 88 56 0 17 33 1F 21 25 34
Octal 261 210 126 0 27 63 37 41 45 64
Binary 10110001 10001000 1010110 0 10111 110011 11111 100001 100101 110100

Color Harmonies of #B18856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18856

Black with #B18856

Text Example


Text Example

White with #B18856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18856; }

 p { color: rgb(177,136,86); }

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

background-color css

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

 a { background-color: rgb(177,136,86); }

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

border-color css

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

 span { border-color: rgb(177,136,86); }

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