#B18358

Color #B18358 Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #B18358

Tints of Teak #B18358

Color information

#B18358 (or 0xB18358) is unknown color: approx Teak. HEX triplet: B1, 83 and 58. RGB value is (177,131,88). Sum of RGB (Red+Green+Blue) = 177+131+88=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B18358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18358 is #4E7CA7. Grayscale: #8C8C8C. Windows color (decimal): -5143720 or 5800881. OLE color: 5800881.

HSL color Cylindrical-coordinate representation of color #B18358: hue angle of 28.99º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B18358 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17713188-
CMYK00.260.500.31
HSL28.99º36.33%51.96%-
HSV(B)28.99º50.28%69.41%-
XYZ28.0126.2812.83-
YUV139.8598.74154.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 88 (34.77% from 255) = 22.22%
R=44.70%
G=33.08%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771318800.260.500.3128.9936.3351.96
HexB1835801A321F1d2434
Octal2612031300326237354464
Binary101100011000001110110000110101100101111111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18358; }

 p { color: rgb(177,131,88); }

 H1.HeaderClassName
 {
   color: #B18358;
 }
 .AnyTagClassName
 {
   color: #B18358;
 }
</style>
background-color css

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

 a { background-color: rgb(177,131,88); }

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

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

 span { border-color: rgb(177,131,88); }

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