Html Css Color HEX #B38859 Teak

📋 copy color: '#B38859'

red 179 ◦ green 136 ◦ blue 89

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

Shades of Teak #B38859

Tints of Teak #B38859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

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

R = 44.31%
G = 33.66%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B38859 (or 0xB38859) is known color: Teak. HEX triplet: B3, 88 and 59. RGB value is (179,136,89). Sum of RGB (Red+Green+Blue) = 179+136+89=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B38859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38859 is #4C77A6. Grayscale: #8F8F8F. Windows color (decimal): -5011367 or 5867699. OLE color: 5867699.

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

Color convert

RGB 179 136 89 -
CMYK 0 0.24 0.50 0.30
HSL 31.33º 0.37% 0.53% -
HSV(B) 31.33º 0.5% 0.7% -
XYZ 29.2 27.91 13.3 -
YUV 143.5 97.25 153.32 -
System Red Green Blue C M Y K H S L
Decimal 179 136 89 0 0.24 0.50 0.30 31.33 0.37 0.53
Hex B3 88 59 0 18 32 1E 1F 25 35
Octal 263 210 131 0 30 62 36 37 45 65
Binary 10110011 10001000 1011001 0 11000 110010 11110 11111 100101 110101

Color Harmonies of #B38859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38859

Black with #B38859

Text Example


Text Example

White with #B38859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38859; }

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

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

background-color css

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

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

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

border-color css

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

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

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