Html Css Color HEX #B18852 Teak

📋 copy color: '#B18852'

red 177 ◦ green 136 ◦ blue 82

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

Shades of Teak #B18852

Tints of Teak #B18852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

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

R = 44.81%
G = 34.43%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B18852 (or 0xB18852) is known color: Teak. HEX triplet: B1, 88 and 52. RGB value is (177,136,82). Sum of RGB (Red+Green+Blue) = 177+136+82=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B18852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18852 is #4E77AD. Grayscale: #8E8E8E. Windows color (decimal): -5142446 or 5408945. OLE color: 5408945.

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

Color convert

RGB 177 136 82 -
CMYK 0 0.23 0.54 0.31
HSL 34.11º 0.38% 0.51% -
HSV(B) 34.11º 0.54% 0.69% -
XYZ 28.46 27.56 11.8 -
YUV 142.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 177 136 82 0 0.23 0.54 0.31 34.11 0.38 0.51
Hex B1 88 52 0 17 36 1F 22 26 33
Octal 261 210 122 0 27 66 37 42 46 63
Binary 10110001 10001000 1010010 0 10111 110110 11111 100010 100110 110011

Color Harmonies of #B18852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18852

Black with #B18852

Text Example


Text Example

White with #B18852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18852; }

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

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

background-color css

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

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

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

border-color css

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

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

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