Html Css Color HEX #B18B4D Teak

📋 copy color: '#B18B4D'

red 177 ◦ green 139 ◦ blue 77

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

Shades of Teak #B18B4D

Tints of Teak #B18B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 45.04%
G = 35.37%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B18B4D (or 0xB18B4D) is known color: Teak. HEX triplet: B1, 8B and 4D. RGB value is (177,139,77). Sum of RGB (Red+Green+Blue) = 177+139+77=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B4D is #4E74B2. Grayscale: #8F8F8F. Windows color (decimal): -5141683 or 5082033. OLE color: 5082033.

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

Color convert

RGB 177 139 77 -
CMYK 0 0.21 0.56 0.31
HSL 37.2º 0.39% 0.5% -
HSV(B) 37.2º 0.56% 0.69% -
XYZ 28.7 28.35 10.98 -
YUV 143.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 177 139 77 0 0.21 0.56 0.31 37.2 0.39 0.5
Hex B1 8B 4D 0 15 38 1F 25 27 32
Octal 261 213 115 0 25 70 37 45 47 62
Binary 10110001 10001011 1001101 0 10101 111000 11111 100101 100111 110010

Color Harmonies of #B18B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B4D

Black with #B18B4D

Text Example


Text Example

White with #B18B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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