Html Css Color HEX #B19051 Teak

📋 copy color: '#B19051'

red 177 ◦ green 144 ◦ blue 81

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

Shades of Teak #B19051

Tints of Teak #B19051

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.82%

 BLUE value IS 81 (32.03% from 255) = 20.15%

R = 44.03%
G = 35.82%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B19051 (or 0xB19051) is known color: Teak. HEX triplet: B1, 90 and 51. RGB value is (177,144,81). Sum of RGB (Red+Green+Blue) = 177+144+81=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B19051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19051 is #4E6FAE. Grayscale: #929292. Windows color (decimal): -5140399 or 5345457. OLE color: 5345457.

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

Color convert

RGB 177 144 81 -
CMYK 0 0.19 0.54 0.31
HSL 39.38º 0.38% 0.51% -
HSV(B) 39.38º 0.54% 0.69% -
XYZ 29.59 29.89 11.99 -
YUV 146.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 177 144 81 0 0.19 0.54 0.31 39.38 0.38 0.51
Hex B1 90 51 0 13 36 1F 27 26 33
Octal 261 220 121 0 23 66 37 47 46 63
Binary 10110001 10010000 1010001 0 10011 110110 11111 100111 100110 110011

Color Harmonies of #B19051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19051

Black with #B19051

Text Example


Text Example

White with #B19051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19051; }

 p { color: rgb(177,144,81); }

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

background-color css

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

 a { background-color: rgb(177,144,81); }

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

border-color css

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

 span { border-color: rgb(177,144,81); }

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