Html Css Color HEX #B0895A Teak

📋 copy color: '#B0895A'

red 176 ◦ green 137 ◦ blue 90

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

Shades of Teak #B0895A

Tints of Teak #B0895A

RGB

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

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

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

R = 43.67%
G = 34%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0895A (or 0xB0895A) is known color: Teak. HEX triplet: B0, 89 and 5A. RGB value is (176,137,90). Sum of RGB (Red+Green+Blue) = 176+137+90=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0895A is #4F76A5. Grayscale: #8F8F8F. Windows color (decimal): -5207718 or 5933488. OLE color: 5933488.

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

Color convert

RGB 176 137 90 -
CMYK 0 0.22 0.49 0.31
HSL 32.79º 0.35% 0.52% -
HSV(B) 32.79º 0.49% 0.69% -
XYZ 28.7 27.86 13.54 -
YUV 143.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 176 137 90 0 0.22 0.49 0.31 32.79 0.35 0.52
Hex B0 89 5A 0 16 31 1F 21 23 34
Octal 260 211 132 0 26 61 37 41 43 64
Binary 10110000 10001001 1011010 0 10110 110001 11111 100001 100011 110100

Color Harmonies of #B0895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0895A

Black with #B0895A

Text Example


Text Example

White with #B0895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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