Html Css Color HEX #B0885A Teak

📋 copy color: '#B0885A'

red 176 ◦ green 136 ◦ blue 90

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

Shades of Teak #B0885A

Tints of Teak #B0885A

RGB

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

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

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

R = 43.78%
G = 33.83%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0885A (or 0xB0885A) is known color: Teak. HEX triplet: B0, 88 and 5A. RGB value is (176,136,90). Sum of RGB (Red+Green+Blue) = 176+136+90=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0885A is #4F77A5. Grayscale: #8E8E8E. Windows color (decimal): -5207974 or 5933232. OLE color: 5933232.

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

Color convert

RGB 176 136 90 -
CMYK 0 0.23 0.49 0.31
HSL 32.09º 0.35% 0.52% -
HSV(B) 32.09º 0.49% 0.69% -
XYZ 28.55 27.58 13.49 -
YUV 142.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 176 136 90 0 0.23 0.49 0.31 32.09 0.35 0.52
Hex B0 88 5A 0 17 31 1F 20 23 34
Octal 260 210 132 0 27 61 37 40 43 64
Binary 10110000 10001000 1011010 0 10111 110001 11111 100000 100011 110100

Color Harmonies of #B0885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0885A

Black with #B0885A

Text Example


Text Example

White with #B0885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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