Html Css Color HEX #B18B4A Teak

📋 copy color: '#B18B4A'

red 177 ◦ green 139 ◦ blue 74

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

Shades of Teak #B18B4A

Tints of Teak #B18B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 45.38%
G = 35.64%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B18B4A (or 0xB18B4A) is known color: Teak. HEX triplet: B1, 8B and 4A. RGB value is (177,139,74). Sum of RGB (Red+Green+Blue) = 177+139+74=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B4A is #4E74B5. Grayscale: #8F8F8F. Windows color (decimal): -5141686 or 4885425. OLE color: 4885425.

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

Color convert

RGB 177 139 74 -
CMYK 0 0.21 0.58 0.31
HSL 37.86º 0.41% 0.49% -
HSV(B) 37.86º 0.58% 0.69% -
XYZ 28.6 28.31 10.43 -
YUV 142.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 177 139 74 0 0.21 0.58 0.31 37.86 0.41 0.49
Hex B1 8B 4A 0 15 3A 1F 26 29 31
Octal 261 213 112 0 25 72 37 46 51 61
Binary 10110001 10001011 1001010 0 10101 111010 11111 100110 101001 110001

Color Harmonies of #B18B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B4A

Black with #B18B4A

Text Example


Text Example

White with #B18B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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