Html Css Color HEX #B1885A Teak

📋 copy color: '#B1885A'

red 177 ◦ green 136 ◦ blue 90

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

Shades of Teak #B1885A

Tints of Teak #B1885A

RGB

 RED value IS 177 (69.53% from 255) = 43.92%

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

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

R = 43.92%
G = 33.75%
B = 22.33%

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

#B1885A (or 0xB1885A) is known color: Teak. HEX triplet: B1, 88 and 5A. RGB value is (177,136,90). Sum of RGB (Red+Green+Blue) = 177+136+90=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1885A is #4E77A5. Grayscale: #8F8F8F. Windows color (decimal): -5142438 or 5933233. OLE color: 5933233.

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

Color convert

RGB 177 136 90 -
CMYK 0 0.23 0.49 0.31
HSL 31.72º 0.36% 0.52% -
HSV(B) 31.72º 0.49% 0.69% -
XYZ 28.78 27.69 13.5 -
YUV 143.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 177 136 90 0 0.23 0.49 0.31 31.72 0.36 0.52
Hex B1 88 5A 0 17 31 1F 20 24 34
Octal 261 210 132 0 27 61 37 40 44 64
Binary 10110001 10001000 1011010 0 10111 110001 11111 100000 100100 110100

Color Harmonies of #B1885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1885A

Black with #B1885A

Text Example


Text Example

White with #B1885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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