Html Css Color HEX #B68357 Teak

📋 copy color: '#B68357'

red 182 ◦ green 131 ◦ blue 87

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

Shades of Teak #B68357

Tints of Teak #B68357

RGB

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

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

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

R = 45.5%
G = 32.75%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B68357 (or 0xB68357) is known color: Teak. HEX triplet: B6, 83 and 57. RGB value is (182,131,87). Sum of RGB (Red+Green+Blue) = 182+131+87=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B68357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68357 is #497CA8. Grayscale: #8D8D8D. Windows color (decimal): -4816041 or 5735350. OLE color: 5735350.

HSL color Cylindrical-coordinate representation of color #B68357: hue angle of 27.79º 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 #B68357 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 87 -
CMYK 0 0.28 0.52 0.29
HSL 27.79º 0.39% 0.53% -
HSV(B) 27.79º 0.52% 0.71% -
XYZ 29.13 26.87 12.67 -
YUV 141.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 182 131 87 0 0.28 0.52 0.29 27.79 0.39 0.53
Hex B6 83 57 0 1C 34 1D 1C 27 35
Octal 266 203 127 0 34 64 35 34 47 65
Binary 10110110 10000011 1010111 0 11100 110100 11101 11100 100111 110101

Color Harmonies of #B68357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68357

Black with #B68357

Text Example


Text Example

White with #B68357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68357; }

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

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

background-color css

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

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

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

border-color css

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

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

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