Html Css Color HEX #B18559 Teak

📋 copy color: '#B18559'

red 177 ◦ green 133 ◦ blue 89

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

Shades of Teak #B18559

Tints of Teak #B18559

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

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

R = 44.36%
G = 33.33%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B18559 (or 0xB18559) is known color: Teak. HEX triplet: B1, 85 and 59. RGB value is (177,133,89). Sum of RGB (Red+Green+Blue) = 177+133+89=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B18559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18559 is #4E7AA6. Grayscale: #8D8D8D. Windows color (decimal): -5143207 or 5866929. OLE color: 5866929.

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

Color convert

RGB 177 133 89 -
CMYK 0 0.25 0.50 0.31
HSL 30º 0.36% 0.52% -
HSV(B) 30º 0.5% 0.69% -
XYZ 28.32 26.84 13.14 -
YUV 141.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 177 133 89 0 0.25 0.50 0.31 30 0.36 0.52
Hex B1 85 59 0 19 32 1F 1E 24 34
Octal 261 205 131 0 31 62 37 36 44 64
Binary 10110001 10000101 1011001 0 11001 110010 11111 11110 100100 110100

Color Harmonies of #B18559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18559

Black with #B18559

Text Example


Text Example

White with #B18559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18559; }

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

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

background-color css

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

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

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

border-color css

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

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

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