Html Css Color HEX #B18859 Teak

📋 copy color: '#B18859'

red 177 ◦ green 136 ◦ blue 89

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

Shades of Teak #B18859

Tints of Teak #B18859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 44.03%
G = 33.83%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B18859 (or 0xB18859) is known color: Teak. HEX triplet: B1, 88 and 59. RGB value is (177,136,89). Sum of RGB (Red+Green+Blue) = 177+136+89=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B18859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18859 is #4E77A6. Grayscale: #8F8F8F. Windows color (decimal): -5142439 or 5867697. OLE color: 5867697.

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

Color convert

RGB 177 136 89 -
CMYK 0 0.23 0.50 0.31
HSL 32.05º 0.36% 0.52% -
HSV(B) 32.05º 0.5% 0.69% -
XYZ 28.74 27.68 13.28 -
YUV 142.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 177 136 89 0 0.23 0.50 0.31 32.05 0.36 0.52
Hex B1 88 59 0 17 32 1F 20 24 34
Octal 261 210 131 0 27 62 37 40 44 64
Binary 10110001 10001000 1011001 0 10111 110010 11111 100000 100100 110100

Color Harmonies of #B18859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18859

Black with #B18859

Text Example


Text Example

White with #B18859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18859; }

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

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

background-color css

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

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

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

border-color css

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

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

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