Html Css Color HEX #B1895C Teak

📋 copy color: '#B1895C'

red 177 ◦ green 137 ◦ blue 92

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

Shades of Teak #B1895C

Tints of Teak #B1895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 43.6%
G = 33.74%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1895C (or 0xB1895C) is known color: Teak. HEX triplet: B1, 89 and 5C. RGB value is (177,137,92). Sum of RGB (Red+Green+Blue) = 177+137+92=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1895C is #4E76A3. Grayscale: #909090. Windows color (decimal): -5142180 or 6064561. OLE color: 6064561.

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

Color convert

RGB 177 137 92 -
CMYK 0 0.23 0.48 0.31
HSL 31.76º 0.35% 0.53% -
HSV(B) 31.76º 0.48% 0.69% -
XYZ 29.01 28.01 14 -
YUV 143.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 177 137 92 0 0.23 0.48 0.31 31.76 0.35 0.53
Hex B1 89 5C 0 17 30 1F 20 23 35
Octal 261 211 134 0 27 60 37 40 43 65
Binary 10110001 10001001 1011100 0 10111 110000 11111 100000 100011 110101

Color Harmonies of #B1895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1895C

Black with #B1895C

Text Example


Text Example

White with #B1895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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