Html Css Color HEX #B38659 Teak

📋 copy color: '#B38659'

red 179 ◦ green 134 ◦ blue 89

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

Shades of Teak #B38659

Tints of Teak #B38659

RGB

 RED value IS 179 (70.31% from 255) = 44.53%

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

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

R = 44.53%
G = 33.33%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B38659 (or 0xB38659) is known color: Teak. HEX triplet: B3, 86 and 59. RGB value is (179,134,89). Sum of RGB (Red+Green+Blue) = 179+134+89=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B38659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38659 is #4C79A6. Grayscale: #8E8E8E. Windows color (decimal): -5011879 or 5867187. OLE color: 5867187.

HSL color Cylindrical-coordinate representation of color #B38659: hue angle of 30º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B38659 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 89 -
CMYK 0 0.25 0.50 0.30
HSL 30º 0.37% 0.53% -
HSV(B) 30º 0.5% 0.7% -
XYZ 28.92 27.36 13.21 -
YUV 142.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 179 134 89 0 0.25 0.50 0.30 30 0.37 0.53
Hex B3 86 59 0 19 32 1E 1E 25 35
Octal 263 206 131 0 31 62 36 36 45 65
Binary 10110011 10000110 1011001 0 11001 110010 11110 11110 100101 110101

Color Harmonies of #B38659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38659

Black with #B38659

Text Example


Text Example

White with #B38659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38659; }

 p { color: rgb(179,134,89); }

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

background-color css

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

 a { background-color: rgb(179,134,89); }

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

border-color css

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

 span { border-color: rgb(179,134,89); }

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