Html Css Color HEX #B18854 Teak

📋 copy color: '#B18854'

red 177 ◦ green 136 ◦ blue 84

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

Shades of Teak #B18854

Tints of Teak #B18854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 44.58%
G = 34.26%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B18854 (or 0xB18854) is known color: Teak. HEX triplet: B1, 88 and 54. RGB value is (177,136,84). Sum of RGB (Red+Green+Blue) = 177+136+84=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B18854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18854 is #4E77AB. Grayscale: #8E8E8E. Windows color (decimal): -5142444 or 5540017. OLE color: 5540017.

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

Color convert

RGB 177 136 84 -
CMYK 0 0.23 0.53 0.31
HSL 33.55º 0.37% 0.51% -
HSV(B) 33.55º 0.53% 0.69% -
XYZ 28.54 27.6 12.21 -
YUV 142.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 177 136 84 0 0.23 0.53 0.31 33.55 0.37 0.51
Hex B1 88 54 0 17 35 1F 22 25 33
Octal 261 210 124 0 27 65 37 42 45 63
Binary 10110001 10001000 1010100 0 10111 110101 11111 100010 100101 110011

Color Harmonies of #B18854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18854

Black with #B18854

Text Example


Text Example

White with #B18854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18854; }

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

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

background-color css

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

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

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

border-color css

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

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

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