Html Css Color HEX #B1884E Teak

📋 copy color: '#B1884E'

red 177 ◦ green 136 ◦ blue 78

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

Shades of Teak #B1884E

Tints of Teak #B1884E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.95%

R = 45.27%
G = 34.78%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1884E (or 0xB1884E) is known color: Teak. HEX triplet: B1, 88 and 4E. RGB value is (177,136,78). Sum of RGB (Red+Green+Blue) = 177+136+78=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1884E is #4E77B1. Grayscale: #8D8D8D. Windows color (decimal): -5142450 or 5146801. OLE color: 5146801.

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

Color convert

RGB 177 136 78 -
CMYK 0 0.23 0.56 0.31
HSL 35.15º 0.39% 0.5% -
HSV(B) 35.15º 0.56% 0.69% -
XYZ 28.31 27.51 11.02 -
YUV 141.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 177 136 78 0 0.23 0.56 0.31 35.15 0.39 0.5
Hex B1 88 4E 0 17 38 1F 23 27 32
Octal 261 210 116 0 27 70 37 43 47 62
Binary 10110001 10001000 1001110 0 10111 111000 11111 100011 100111 110010

Color Harmonies of #B1884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1884E

Black with #B1884E

Text Example


Text Example

White with #B1884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1884E; }

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

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

background-color css

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

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

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

border-color css

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

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

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