Html Css Color HEX #B18D50 Teak

📋 copy color: '#B18D50'

red 177 ◦ green 141 ◦ blue 80

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

Shades of Teak #B18D50

Tints of Teak #B18D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 44.47%
G = 35.43%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B18D50 (or 0xB18D50) is known color: Teak. HEX triplet: B1, 8D and 50. RGB value is (177,141,80). Sum of RGB (Red+Green+Blue) = 177+141+80=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D50 is #4E72AF. Grayscale: #919191. Windows color (decimal): -5141168 or 5279153. OLE color: 5279153.

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

Color convert

RGB 177 141 80 -
CMYK 0 0.20 0.55 0.31
HSL 37.73º 0.38% 0.5% -
HSV(B) 37.73º 0.55% 0.69% -
XYZ 29.1 28.98 11.65 -
YUV 144.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 177 141 80 0 0.20 0.55 0.31 37.73 0.38 0.5
Hex B1 8D 50 0 14 37 1F 26 26 32
Octal 261 215 120 0 24 67 37 46 46 62
Binary 10110001 10001101 1010000 0 10100 110111 11111 100110 100110 110010

Color Harmonies of #B18D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D50

Black with #B18D50

Text Example


Text Example

White with #B18D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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