Html Css Color HEX #B18652 Teak

📋 copy color: '#B18652'

red 177 ◦ green 134 ◦ blue 82

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

Shades of Teak #B18652

Tints of Teak #B18652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 45.04%
G = 34.1%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B18652 (or 0xB18652) is known color: Teak. HEX triplet: B1, 86 and 52. RGB value is (177,134,82). Sum of RGB (Red+Green+Blue) = 177+134+82=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18652 is #4E79AD. Grayscale: #8D8D8D. Windows color (decimal): -5142958 or 5408433. OLE color: 5408433.

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

Color convert

RGB 177 134 82 -
CMYK 0 0.24 0.54 0.31
HSL 32.84º 0.38% 0.51% -
HSV(B) 32.84º 0.54% 0.69% -
XYZ 28.18 27.01 11.71 -
YUV 140.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 177 134 82 0 0.24 0.54 0.31 32.84 0.38 0.51
Hex B1 86 52 0 18 36 1F 21 26 33
Octal 261 206 122 0 30 66 37 41 46 63
Binary 10110001 10000110 1010010 0 11000 110110 11111 100001 100110 110011

Color Harmonies of #B18652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18652

Black with #B18652

Text Example


Text Example

White with #B18652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18652; }

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

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

background-color css

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

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

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

border-color css

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

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

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