Html Css Color HEX #B0865A Teak

📋 copy color: '#B0865A'

red 176 ◦ green 134 ◦ blue 90

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

Shades of Teak #B0865A

Tints of Teak #B0865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 44%
G = 33.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0865A (or 0xB0865A) is known color: Teak. HEX triplet: B0, 86 and 5A. RGB value is (176,134,90). Sum of RGB (Red+Green+Blue) = 176+134+90=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0865A is #4F79A5. Grayscale: #8D8D8D. Windows color (decimal): -5208486 or 5932720. OLE color: 5932720.

HSL color Cylindrical-coordinate representation of color #B0865A: hue angle of 30.7º degrees, saturation: 0.35, 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 #B0865A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 134 90 -
CMYK 0 0.24 0.49 0.31
HSL 30.7º 0.35% 0.52% -
HSV(B) 30.7º 0.49% 0.69% -
XYZ 28.28 27.02 13.4 -
YUV 141.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 176 134 90 0 0.24 0.49 0.31 30.7 0.35 0.52
Hex B0 86 5A 0 18 31 1F 1F 23 34
Octal 260 206 132 0 30 61 37 37 43 64
Binary 10110000 10000110 1011010 0 11000 110001 11111 11111 100011 110100

Color Harmonies of #B0865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0865A

Black with #B0865A

Text Example


Text Example

White with #B0865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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