Html Css Color HEX #B08851 Teak

📋 copy color: '#B08851'

red 176 ◦ green 136 ◦ blue 81

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

Shades of Teak #B08851

Tints of Teak #B08851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 44.78%
G = 34.61%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B08851 (or 0xB08851) is known color: Teak. HEX triplet: B0, 88 and 51. RGB value is (176,136,81). Sum of RGB (Red+Green+Blue) = 176+136+81=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08851 is #4F77AE. Grayscale: #8D8D8D. Windows color (decimal): -5207983 or 5343408. OLE color: 5343408.

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

Color convert

RGB 176 136 81 -
CMYK 0 0.23 0.54 0.31
HSL 34.74º 0.38% 0.5% -
HSV(B) 34.74º 0.54% 0.69% -
XYZ 28.19 27.43 11.59 -
YUV 141.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 176 136 81 0 0.23 0.54 0.31 34.74 0.38 0.5
Hex B0 88 51 0 17 36 1F 23 26 32
Octal 260 210 121 0 27 66 37 43 46 62
Binary 10110000 10001000 1010001 0 10111 110110 11111 100011 100110 110010

Color Harmonies of #B08851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08851

Black with #B08851

Text Example


Text Example

White with #B08851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08851; }

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

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

background-color css

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

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

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

border-color css

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

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

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