Html Css Color HEX #B0865B Teak

📋 copy color: '#B0865B'

red 176 ◦ green 134 ◦ blue 91

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

Shades of Teak #B0865B

Tints of Teak #B0865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

 BLUE value IS 91 (35.94% from 255) = 22.69%

R = 43.89%
G = 33.42%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0865B (or 0xB0865B) is known color: Teak. HEX triplet: B0, 86 and 5B. RGB value is (176,134,91). Sum of RGB (Red+Green+Blue) = 176+134+91=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0865B is #4F79A4. Grayscale: #8D8D8D. Windows color (decimal): -5208485 or 5998256. OLE color: 5998256.

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

Color convert

RGB 176 134 91 -
CMYK 0 0.24 0.48 0.31
HSL 30.35º 0.35% 0.52% -
HSV(B) 30.35º 0.48% 0.69% -
XYZ 28.32 27.04 13.62 -
YUV 141.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 176 134 91 0 0.24 0.48 0.31 30.35 0.35 0.52
Hex B0 86 5B 0 18 30 1F 1E 23 34
Octal 260 206 133 0 30 60 37 36 43 64
Binary 10110000 10000110 1011011 0 11000 110000 11111 11110 100011 110100

Color Harmonies of #B0865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0865B

Black with #B0865B

Text Example


Text Example

White with #B0865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0865B; }

 p { color: rgb(176,134,91); }

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

background-color css

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

 a { background-color: rgb(176,134,91); }

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

border-color css

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

 span { border-color: rgb(176,134,91); }

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