Html Css Color HEX #B1894A Teak

📋 copy color: '#B1894A'

red 177 ◦ green 137 ◦ blue 74

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

Shades of Teak #B1894A

Tints of Teak #B1894A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 45.62%
G = 35.31%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1894A (or 0xB1894A) is known color: Teak. HEX triplet: B1, 89 and 4A. RGB value is (177,137,74). Sum of RGB (Red+Green+Blue) = 177+137+74=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1894A is #4E76B5. Grayscale: #8E8E8E. Windows color (decimal): -5142198 or 4884913. OLE color: 4884913.

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

Color convert

RGB 177 137 74 -
CMYK 0 0.23 0.58 0.31
HSL 36.7º 0.41% 0.49% -
HSV(B) 36.7º 0.58% 0.69% -
XYZ 28.31 27.73 10.34 -
YUV 141.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 177 137 74 0 0.23 0.58 0.31 36.7 0.41 0.49
Hex B1 89 4A 0 17 3A 1F 25 29 31
Octal 261 211 112 0 27 72 37 45 51 61
Binary 10110001 10001001 1001010 0 10111 111010 11111 100101 101001 110001

Color Harmonies of #B1894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1894A

Black with #B1894A

Text Example


Text Example

White with #B1894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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