Html Css Color HEX #B1894D Teak

📋 copy color: '#B1894D'

red 177 ◦ green 137 ◦ blue 77

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

Shades of Teak #B1894D

Tints of Teak #B1894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 45.27%
G = 35.04%
B = 19.69%

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

#B1894D (or 0xB1894D) is known color: Teak. HEX triplet: B1, 89 and 4D. RGB value is (177,137,77). Sum of RGB (Red+Green+Blue) = 177+137+77=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1894D is #4E76B2. Grayscale: #8E8E8E. Windows color (decimal): -5142195 or 5081521. OLE color: 5081521.

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

Color convert

RGB 177 137 77 -
CMYK 0 0.23 0.56 0.31
HSL 36º 0.39% 0.5% -
HSV(B) 36º 0.56% 0.69% -
XYZ 28.42 27.77 10.88 -
YUV 142.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 177 137 77 0 0.23 0.56 0.31 36 0.39 0.5
Hex B1 89 4D 0 17 38 1F 24 27 32
Octal 261 211 115 0 27 70 37 44 47 62
Binary 10110001 10001001 1001101 0 10111 111000 11111 100100 100111 110010

Color Harmonies of #B1894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1894D

Black with #B1894D

Text Example


Text Example

White with #B1894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1894D; }

 p { color: rgb(177,137,77); }

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

background-color css

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

 a { background-color: rgb(177,137,77); }

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

border-color css

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

 span { border-color: rgb(177,137,77); }

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