Html Css Color HEX #B19150 Teak

📋 copy color: '#B19150'

red 177 ◦ green 145 ◦ blue 80

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

Shades of Teak #B19150

Tints of Teak #B19150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.07%

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

R = 44.03%
G = 36.07%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B19150 (or 0xB19150) is known color: Teak. HEX triplet: B1, 91 and 50. RGB value is (177,145,80). Sum of RGB (Red+Green+Blue) = 177+145+80=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B19150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19150 is #4E6EAF. Grayscale: #939393. Windows color (decimal): -5140144 or 5280177. OLE color: 5280177.

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

Color convert

RGB 177 145 80 -
CMYK 0 0.18 0.55 0.31
HSL 40.21º 0.38% 0.5% -
HSV(B) 40.21º 0.55% 0.69% -
XYZ 29.7 30.18 11.85 -
YUV 147.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 177 145 80 0 0.18 0.55 0.31 40.21 0.38 0.5
Hex B1 91 50 0 12 37 1F 28 26 32
Octal 261 221 120 0 22 67 37 50 46 62
Binary 10110001 10010001 1010000 0 10010 110111 11111 101000 100110 110010

Color Harmonies of #B19150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19150

Black with #B19150

Text Example


Text Example

White with #B19150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19150; }

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

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

background-color css

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

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

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

border-color css

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

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

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