Html Css Color HEX #B19052 Teak

📋 copy color: '#B19052'

red 177 ◦ green 144 ◦ blue 82

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

Shades of Teak #B19052

Tints of Teak #B19052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 43.92%
G = 35.73%
B = 20.35%

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

#B19052 (or 0xB19052) is known color: Teak. HEX triplet: B1, 90 and 52. RGB value is (177,144,82). Sum of RGB (Red+Green+Blue) = 177+144+82=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B19052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19052 is #4E6FAD. Grayscale: #939393. Windows color (decimal): -5140398 or 5410993. OLE color: 5410993.

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

Color convert

RGB 177 144 82 -
CMYK 0 0.19 0.54 0.31
HSL 39.16º 0.38% 0.51% -
HSV(B) 39.16º 0.54% 0.69% -
XYZ 29.63 29.9 12.19 -
YUV 146.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 177 144 82 0 0.19 0.54 0.31 39.16 0.38 0.51
Hex B1 90 52 0 13 36 1F 27 26 33
Octal 261 220 122 0 23 66 37 47 46 63
Binary 10110001 10010000 1010010 0 10011 110110 11111 100111 100110 110011

Color Harmonies of #B19052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19052

Black with #B19052

Text Example


Text Example

White with #B19052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19052; }

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

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

background-color css

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

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

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

border-color css

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

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

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