Html Css Color HEX #B18C50 Teak

📋 copy color: '#B18C50'

red 177 ◦ green 140 ◦ blue 80

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

Shades of Teak #B18C50

Tints of Teak #B18C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 44.58%
G = 35.26%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B18C50 (or 0xB18C50) is known color: Teak. HEX triplet: B1, 8C and 50. RGB value is (177,140,80). Sum of RGB (Red+Green+Blue) = 177+140+80=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C50 is #4E73AF. Grayscale: #909090. Windows color (decimal): -5141424 or 5278897. OLE color: 5278897.

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

Color convert

RGB 177 140 80 -
CMYK 0 0.21 0.55 0.31
HSL 37.11º 0.38% 0.5% -
HSV(B) 37.11º 0.55% 0.69% -
XYZ 28.96 28.68 11.6 -
YUV 144.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 177 140 80 0 0.21 0.55 0.31 37.11 0.38 0.5
Hex B1 8C 50 0 15 37 1F 25 26 32
Octal 261 214 120 0 25 67 37 45 46 62
Binary 10110001 10001100 1010000 0 10101 110111 11111 100101 100110 110010

Color Harmonies of #B18C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18C50

Black with #B18C50

Text Example


Text Example

White with #B18C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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