Html Css Color HEX #B18A52 Teak

📋 copy color: '#B18A52'

red 177 ◦ green 138 ◦ blue 82

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

Shades of Teak #B18A52

Tints of Teak #B18A52

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

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

R = 44.58%
G = 34.76%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B18A52 (or 0xB18A52) is known color: Teak. HEX triplet: B1, 8A and 52. RGB value is (177,138,82). Sum of RGB (Red+Green+Blue) = 177+138+82=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A52 is #4E75AD. Grayscale: #8F8F8F. Windows color (decimal): -5141934 or 5409457. OLE color: 5409457.

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

Color convert

RGB 177 138 82 -
CMYK 0 0.22 0.54 0.31
HSL 35.37º 0.38% 0.51% -
HSV(B) 35.37º 0.54% 0.69% -
XYZ 28.74 28.13 11.9 -
YUV 143.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 177 138 82 0 0.22 0.54 0.31 35.37 0.38 0.51
Hex B1 8A 52 0 16 36 1F 23 26 33
Octal 261 212 122 0 26 66 37 43 46 63
Binary 10110001 10001010 1010010 0 10110 110110 11111 100011 100110 110011

Color Harmonies of #B18A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A52

Black with #B18A52

Text Example


Text Example

White with #B18A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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