Html Css Color HEX #B18A57 Teak

📋 copy color: '#B18A57'

red 177 ◦ green 138 ◦ blue 87

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

Shades of Teak #B18A57

Tints of Teak #B18A57

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

 BLUE value IS 87 (34.38% from 255) = 21.64%

R = 44.03%
G = 34.33%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B18A57 (or 0xB18A57) is known color: Teak. HEX triplet: B1, 8A and 57. RGB value is (177,138,87). Sum of RGB (Red+Green+Blue) = 177+138+87=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A57 is #4E75A8. Grayscale: #909090. Windows color (decimal): -5141929 or 5737137. OLE color: 5737137.

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

Color convert

RGB 177 138 87 -
CMYK 0 0.22 0.51 0.31
HSL 34º 0.37% 0.52% -
HSV(B) 34º 0.51% 0.69% -
XYZ 28.94 28.21 12.94 -
YUV 143.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 177 138 87 0 0.22 0.51 0.31 34 0.37 0.52
Hex B1 8A 57 0 16 33 1F 22 25 34
Octal 261 212 127 0 26 63 37 42 45 64
Binary 10110001 10001010 1010111 0 10110 110011 11111 100010 100101 110100

Color Harmonies of #B18A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A57

Black with #B18A57

Text Example


Text Example

White with #B18A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A57; }

 p { color: rgb(177,138,87); }

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

background-color css

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

 a { background-color: rgb(177,138,87); }

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

border-color css

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

 span { border-color: rgb(177,138,87); }

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