Html Css Color HEX #B1885D Teak

📋 copy color: '#B1885D'

red 177 ◦ green 136 ◦ blue 93

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

Shades of Teak #B1885D

Tints of Teak #B1885D

RGB

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

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

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

R = 43.6%
G = 33.5%
B = 22.91%

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

#B1885D (or 0xB1885D) is known color: Teak. HEX triplet: B1, 88 and 5D. RGB value is (177,136,93). Sum of RGB (Red+Green+Blue) = 177+136+93=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1885D is #4E77A2. Grayscale: #8F8F8F. Windows color (decimal): -5142435 or 6129841. OLE color: 6129841.

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

Color convert

RGB 177 136 93 -
CMYK 0 0.23 0.47 0.31
HSL 30.71º 0.35% 0.53% -
HSV(B) 30.71º 0.47% 0.69% -
XYZ 28.91 27.75 14.19 -
YUV 143.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 177 136 93 0 0.23 0.47 0.31 30.71 0.35 0.53
Hex B1 88 5D 0 17 2F 1F 1F 23 35
Octal 261 210 135 0 27 57 37 37 43 65
Binary 10110001 10001000 1011101 0 10111 101111 11111 11111 100011 110101

Color Harmonies of #B1885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1885D

Black with #B1885D

Text Example


Text Example

White with #B1885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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