Html Css Color HEX #B38959 Teak

📋 copy color: '#B38959'

red 179 ◦ green 137 ◦ blue 89

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

Shades of Teak #B38959

Tints of Teak #B38959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.83%

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

R = 44.2%
G = 33.83%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B38959 (or 0xB38959) is known color: Teak. HEX triplet: B3, 89 and 59. RGB value is (179,137,89). Sum of RGB (Red+Green+Blue) = 179+137+89=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B38959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38959 is #4C76A6. Grayscale: #909090. Windows color (decimal): -5011111 or 5867955. OLE color: 5867955.

HSL color Cylindrical-coordinate representation of color #B38959: hue angle of 32º 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 #B38959 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 89 -
CMYK 0 0.23 0.50 0.30
HSL 32º 0.37% 0.53% -
HSV(B) 32º 0.5% 0.7% -
XYZ 29.34 28.2 13.35 -
YUV 144.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 179 137 89 0 0.23 0.50 0.30 32 0.37 0.53
Hex B3 89 59 0 17 32 1E 20 25 35
Octal 263 211 131 0 27 62 36 40 45 65
Binary 10110011 10001001 1011001 0 10111 110010 11110 100000 100101 110101

Color Harmonies of #B38959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38959

Black with #B38959

Text Example


Text Example

White with #B38959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38959; }

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

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

background-color css

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

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

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

border-color css

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

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

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