Html Css Color HEX #B0885D Teak

📋 copy color: '#B0885D'

red 176 ◦ green 136 ◦ blue 93

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

Shades of Teak #B0885D

Tints of Teak #B0885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 43.46%
G = 33.58%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0885D (or 0xB0885D) is known color: Teak. HEX triplet: B0, 88 and 5D. RGB value is (176,136,93). Sum of RGB (Red+Green+Blue) = 176+136+93=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0885D is #4F77A2. Grayscale: #8F8F8F. Windows color (decimal): -5207971 or 6129840. OLE color: 6129840.

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

Color convert

RGB 176 136 93 -
CMYK 0 0.23 0.47 0.31
HSL 31.08º 0.34% 0.53% -
HSV(B) 31.08º 0.47% 0.69% -
XYZ 28.68 27.63 14.18 -
YUV 143.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 176 136 93 0 0.23 0.47 0.31 31.08 0.34 0.53
Hex B0 88 5D 0 17 2F 1F 1F 22 35
Octal 260 210 135 0 27 57 37 37 42 65
Binary 10110000 10001000 1011101 0 10111 101111 11111 11111 100010 110101

Color Harmonies of #B0885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0885D

Black with #B0885D

Text Example


Text Example

White with #B0885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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