Html Css Color HEX #B0895C Teak

📋 copy color: '#B0895C'

red 176 ◦ green 137 ◦ blue 92

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

Shades of Teak #B0895C

Tints of Teak #B0895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.83%

 BLUE value IS 92 (36.33% from 255) = 22.72%

R = 43.46%
G = 33.83%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0895C (or 0xB0895C) is known color: Teak. HEX triplet: B0, 89 and 5C. RGB value is (176,137,92). Sum of RGB (Red+Green+Blue) = 176+137+92=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0895C is #4F76A3. Grayscale: #8F8F8F. Windows color (decimal): -5207716 or 6064560. OLE color: 6064560.

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

Color convert

RGB 176 137 92 -
CMYK 0 0.22 0.48 0.31
HSL 32.14º 0.35% 0.53% -
HSV(B) 32.14º 0.48% 0.69% -
XYZ 28.78 27.89 13.99 -
YUV 143.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 176 137 92 0 0.22 0.48 0.31 32.14 0.35 0.53
Hex B0 89 5C 0 16 30 1F 20 23 35
Octal 260 211 134 0 26 60 37 40 43 65
Binary 10110000 10001001 1011100 0 10110 110000 11111 100000 100011 110101

Color Harmonies of #B0895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0895C

Black with #B0895C

Text Example


Text Example

White with #B0895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0895C; }

 p { color: rgb(176,137,92); }

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

background-color css

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

 a { background-color: rgb(176,137,92); }

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

border-color css

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

 span { border-color: rgb(176,137,92); }

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