Html Css Color HEX #B1865C Teak

📋 copy color: '#B1865C'

red 177 ◦ green 134 ◦ blue 92

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

Shades of Teak #B1865C

Tints of Teak #B1865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

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

R = 43.92%
G = 33.25%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1865C (or 0xB1865C) is known color: Teak. HEX triplet: B1, 86 and 5C. RGB value is (177,134,92). Sum of RGB (Red+Green+Blue) = 177+134+92=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1865C is #4E79A3. Grayscale: #8E8E8E. Windows color (decimal): -5142948 or 6063793. OLE color: 6063793.

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

Color convert

RGB 177 134 92 -
CMYK 0 0.24 0.48 0.31
HSL 29.65º 0.35% 0.53% -
HSV(B) 29.65º 0.48% 0.69% -
XYZ 28.59 27.17 13.86 -
YUV 142.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 177 134 92 0 0.24 0.48 0.31 29.65 0.35 0.53
Hex B1 86 5C 0 18 30 1F 1E 23 35
Octal 261 206 134 0 30 60 37 36 43 65
Binary 10110001 10000110 1011100 0 11000 110000 11111 11110 100011 110101

Color Harmonies of #B1865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1865C

Black with #B1865C

Text Example


Text Example

White with #B1865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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