Html Css Color HEX #B18950 Teak

📋 copy color: '#B18950'

red 177 ◦ green 137 ◦ blue 80

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

Shades of Teak #B18950

Tints of Teak #B18950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

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

R = 44.92%
G = 34.77%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B18950 (or 0xB18950) is known color: Teak. HEX triplet: B1, 89 and 50. RGB value is (177,137,80). Sum of RGB (Red+Green+Blue) = 177+137+80=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B18950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18950 is #4E76AF. Grayscale: #8E8E8E. Windows color (decimal): -5142192 or 5278129. OLE color: 5278129.

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

Color convert

RGB 177 137 80 -
CMYK 0 0.23 0.55 0.31
HSL 35.26º 0.38% 0.5% -
HSV(B) 35.26º 0.55% 0.69% -
XYZ 28.53 27.82 11.46 -
YUV 142.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 177 137 80 0 0.23 0.55 0.31 35.26 0.38 0.5
Hex B1 89 50 0 17 37 1F 23 26 32
Octal 261 211 120 0 27 67 37 43 46 62
Binary 10110001 10001001 1010000 0 10111 110111 11111 100011 100110 110010

Color Harmonies of #B18950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18950

Black with #B18950

Text Example


Text Example

White with #B18950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18950; }

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

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

background-color css

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

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

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

border-color css

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

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

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