Html Css Color HEX #B08859 Teak

📋 copy color: '#B08859'

red 176 ◦ green 136 ◦ blue 89

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

Shades of Teak #B08859

Tints of Teak #B08859

RGB

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

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

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

R = 43.89%
G = 33.92%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B08859 (or 0xB08859) is known color: Teak. HEX triplet: B0, 88 and 59. RGB value is (176,136,89). Sum of RGB (Red+Green+Blue) = 176+136+89=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B08859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08859 is #4F77A6. Grayscale: #8E8E8E. Windows color (decimal): -5207975 or 5867696. OLE color: 5867696.

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

Color convert

RGB 176 136 89 -
CMYK 0 0.23 0.49 0.31
HSL 32.41º 0.36% 0.52% -
HSV(B) 32.41º 0.49% 0.69% -
XYZ 28.51 27.56 13.27 -
YUV 142.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 176 136 89 0 0.23 0.49 0.31 32.41 0.36 0.52
Hex B0 88 59 0 17 31 1F 20 24 34
Octal 260 210 131 0 27 61 37 40 44 64
Binary 10110000 10001000 1011001 0 10111 110001 11111 100000 100100 110100

Color Harmonies of #B08859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08859

Black with #B08859

Text Example


Text Example

White with #B08859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08859; }

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

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

background-color css

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

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

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

border-color css

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

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

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