Html Css Color HEX #B18858 Teak

📋 copy color: '#B18858'

red 177 ◦ green 136 ◦ blue 88

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

Shades of Teak #B18858

Tints of Teak #B18858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 44.14%
G = 33.92%
B = 21.95%

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

#B18858 (or 0xB18858) is known color: Teak. HEX triplet: B1, 88 and 58. RGB value is (177,136,88). Sum of RGB (Red+Green+Blue) = 177+136+88=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B18858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18858 is #4E77A7. Grayscale: #8F8F8F. Windows color (decimal): -5142440 or 5802161. OLE color: 5802161.

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

Color convert

RGB 177 136 88 -
CMYK 0 0.23 0.50 0.31
HSL 32.36º 0.36% 0.52% -
HSV(B) 32.36º 0.5% 0.69% -
XYZ 28.7 27.66 13.06 -
YUV 142.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 177 136 88 0 0.23 0.50 0.31 32.36 0.36 0.52
Hex B1 88 58 0 17 32 1F 20 24 34
Octal 261 210 130 0 27 62 37 40 44 64
Binary 10110001 10001000 1011000 0 10111 110010 11111 100000 100100 110100

Color Harmonies of #B18858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18858

Black with #B18858

Text Example


Text Example

White with #B18858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18858; }

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

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

background-color css

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

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

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

border-color css

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

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

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