Html Css Color HEX #B18B5A Teak

📋 copy color: '#B18B5A'

red 177 ◦ green 139 ◦ blue 90

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

Shades of Teak #B18B5A

Tints of Teak #B18B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 43.6%
G = 34.24%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B18B5A (or 0xB18B5A) is known color: Teak. HEX triplet: B1, 8B and 5A. RGB value is (177,139,90). Sum of RGB (Red+Green+Blue) = 177+139+90=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B5A is #4E74A5. Grayscale: #919191. Windows color (decimal): -5141670 or 5934001. OLE color: 5934001.

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

Color convert

RGB 177 139 90 -
CMYK 0 0.21 0.49 0.31
HSL 33.79º 0.36% 0.52% -
HSV(B) 33.79º 0.49% 0.69% -
XYZ 29.21 28.55 13.64 -
YUV 144.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 177 139 90 0 0.21 0.49 0.31 33.79 0.36 0.52
Hex B1 8B 5A 0 15 31 1F 22 24 34
Octal 261 213 132 0 25 61 37 42 44 64
Binary 10110001 10001011 1011010 0 10101 110001 11111 100010 100100 110100

Color Harmonies of #B18B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B5A

Black with #B18B5A

Text Example


Text Example

White with #B18B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B5A; }

 p { color: rgb(177,139,90); }

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

background-color css

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

 a { background-color: rgb(177,139,90); }

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

border-color css

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

 span { border-color: rgb(177,139,90); }

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