Html Css Color HEX #B68359 Teak

📋 copy color: '#B68359'

red 182 ◦ green 131 ◦ blue 89

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

Shades of Teak #B68359

Tints of Teak #B68359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 45.27%
G = 32.59%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B68359 (or 0xB68359) is known color: Teak. HEX triplet: B6, 83 and 59. RGB value is (182,131,89). Sum of RGB (Red+Green+Blue) = 182+131+89=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B68359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68359 is #497CA6. Grayscale: #8D8D8D. Windows color (decimal): -4816039 or 5866422. OLE color: 5866422.

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

Color convert

RGB 182 131 89 -
CMYK 0 0.28 0.51 0.29
HSL 27.1º 0.39% 0.53% -
HSV(B) 27.1º 0.51% 0.71% -
XYZ 29.21 26.9 13.1 -
YUV 141.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 182 131 89 0 0.28 0.51 0.29 27.1 0.39 0.53
Hex B6 83 59 0 1C 33 1D 1B 27 35
Octal 266 203 131 0 34 63 35 33 47 65
Binary 10110110 10000011 1011001 0 11100 110011 11101 11011 100111 110101

Color Harmonies of #B68359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68359

Black with #B68359

Text Example


Text Example

White with #B68359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68359; }

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

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

background-color css

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

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

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

border-color css

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

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

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