Html Css Color HEX #B68356 Teak

📋 copy color: '#B68356'

red 182 ◦ green 131 ◦ blue 86

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

Shades of Teak #B68356

Tints of Teak #B68356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 45.61%
G = 32.83%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B68356 (or 0xB68356) is known color: Teak. HEX triplet: B6, 83 and 56. RGB value is (182,131,86). Sum of RGB (Red+Green+Blue) = 182+131+86=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68356 is #497CA9. Grayscale: #8D8D8D. Windows color (decimal): -4816042 or 5669814. OLE color: 5669814.

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

Color convert

RGB 182 131 86 -
CMYK 0 0.28 0.53 0.29
HSL 28.13º 0.4% 0.53% -
HSV(B) 28.13º 0.53% 0.71% -
XYZ 29.09 26.85 12.45 -
YUV 141.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 182 131 86 0 0.28 0.53 0.29 28.13 0.4 0.53
Hex B6 83 56 0 1C 35 1D 1C 28 35
Octal 266 203 126 0 34 65 35 34 50 65
Binary 10110110 10000011 1010110 0 11100 110101 11101 11100 101000 110101

Color Harmonies of #B68356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68356

Black with #B68356

Text Example


Text Example

White with #B68356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68356; }

 p { color: rgb(182,131,86); }

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

background-color css

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

 a { background-color: rgb(182,131,86); }

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

border-color css

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

 span { border-color: rgb(182,131,86); }

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