Html Css Color HEX #B18D4E Teak

📋 copy color: '#B18D4E'

red 177 ◦ green 141 ◦ blue 78

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

Shades of Teak #B18D4E

Tints of Teak #B18D4E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 44.7%
G = 35.61%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B18D4E (or 0xB18D4E) is known color: Teak. HEX triplet: B1, 8D and 4E. RGB value is (177,141,78). Sum of RGB (Red+Green+Blue) = 177+141+78=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D4E is #4E72B1. Grayscale: #909090. Windows color (decimal): -5141170 or 5148081. OLE color: 5148081.

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

Color convert

RGB 177 141 78 -
CMYK 0 0.20 0.56 0.31
HSL 38.18º 0.39% 0.5% -
HSV(B) 38.18º 0.56% 0.69% -
XYZ 29.03 28.95 11.26 -
YUV 144.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 177 141 78 0 0.20 0.56 0.31 38.18 0.39 0.5
Hex B1 8D 4E 0 14 38 1F 26 27 32
Octal 261 215 116 0 24 70 37 46 47 62
Binary 10110001 10001101 1001110 0 10100 111000 11111 100110 100111 110010

Color Harmonies of #B18D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D4E

Black with #B18D4E

Text Example


Text Example

White with #B18D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D4E; }

 p { color: rgb(177,141,78); }

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

background-color css

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

 a { background-color: rgb(177,141,78); }

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

border-color css

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

 span { border-color: rgb(177,141,78); }

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