Html Css Color HEX #B18458 Teak

📋 copy color: '#B18458'

red 177 ◦ green 132 ◦ blue 88

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

Shades of Teak #B18458

Tints of Teak #B18458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 44.58%
G = 33.25%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B18458 (or 0xB18458) is known color: Teak. HEX triplet: B1, 84 and 58. RGB value is (177,132,88). Sum of RGB (Red+Green+Blue) = 177+132+88=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B18458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18458 is #4E7BA7. Grayscale: #8C8C8C. Windows color (decimal): -5143464 or 5801137. OLE color: 5801137.

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

Color convert

RGB 177 132 88 -
CMYK 0 0.25 0.50 0.31
HSL 29.66º 0.36% 0.52% -
HSV(B) 29.66º 0.5% 0.69% -
XYZ 28.14 26.55 12.87 -
YUV 140.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 177 132 88 0 0.25 0.50 0.31 29.66 0.36 0.52
Hex B1 84 58 0 19 32 1F 1E 24 34
Octal 261 204 130 0 31 62 37 36 44 64
Binary 10110001 10000100 1011000 0 11001 110010 11111 11110 100100 110100

Color Harmonies of #B18458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18458

Black with #B18458

Text Example


Text Example

White with #B18458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18458; }

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

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

background-color css

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

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

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

border-color css

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

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

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