Html Css Color HEX #B18853 Teak

📋 copy color: '#B18853'

red 177 ◦ green 136 ◦ blue 83

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

Shades of Teak #B18853

Tints of Teak #B18853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.96%

R = 44.7%
G = 34.34%
B = 20.96%

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

#B18853 (or 0xB18853) is known color: Teak. HEX triplet: B1, 88 and 53. RGB value is (177,136,83). Sum of RGB (Red+Green+Blue) = 177+136+83=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B18853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18853 is #4E77AC. Grayscale: #8E8E8E. Windows color (decimal): -5142445 or 5474481. OLE color: 5474481.

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

Color convert

RGB 177 136 83 -
CMYK 0 0.23 0.53 0.31
HSL 33.83º 0.38% 0.51% -
HSV(B) 33.83º 0.53% 0.69% -
XYZ 28.5 27.58 12.01 -
YUV 142.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 177 136 83 0 0.23 0.53 0.31 33.83 0.38 0.51
Hex B1 88 53 0 17 35 1F 22 26 33
Octal 261 210 123 0 27 65 37 42 46 63
Binary 10110001 10001000 1010011 0 10111 110101 11111 100010 100110 110011

Color Harmonies of #B18853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18853

Black with #B18853

Text Example


Text Example

White with #B18853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18853; }

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

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

background-color css

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

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

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

border-color css

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

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

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