Html Css Color HEX #B68657 Teak

📋 copy color: '#B68657'

red 182 ◦ green 134 ◦ blue 87

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

Shades of Teak #B68657

Tints of Teak #B68657

RGB

 RED value IS 182 (71.48% from 255) = 45.16%

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

 BLUE value IS 87 (34.38% from 255) = 21.59%

R = 45.16%
G = 33.25%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B68657 (or 0xB68657) is known color: Teak. HEX triplet: B6, 86 and 57. RGB value is (182,134,87). Sum of RGB (Red+Green+Blue) = 182+134+87=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B68657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68657 is #4979A8. Grayscale: #8F8F8F. Windows color (decimal): -4815273 or 5736118. OLE color: 5736118.

HSL color Cylindrical-coordinate representation of color #B68657: hue angle of 29.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B68657 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 87 -
CMYK 0 0.26 0.52 0.29
HSL 29.68º 0.39% 0.53% -
HSV(B) 29.68º 0.52% 0.71% -
XYZ 29.54 27.68 12.8 -
YUV 142.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 182 134 87 0 0.26 0.52 0.29 29.68 0.39 0.53
Hex B6 86 57 0 1A 34 1D 1E 27 35
Octal 266 206 127 0 32 64 35 36 47 65
Binary 10110110 10000110 1010111 0 11010 110100 11101 11110 100111 110101

Color Harmonies of #B68657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68657

Black with #B68657

Text Example


Text Example

White with #B68657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68657; }

 p { color: rgb(182,134,87); }

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

background-color css

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

 a { background-color: rgb(182,134,87); }

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

border-color css

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

 span { border-color: rgb(182,134,87); }

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