Html Css Color HEX #B58659 Teak

📋 copy color: '#B58659'

red 181 ◦ green 134 ◦ blue 89

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

Shades of Teak #B58659

Tints of Teak #B58659

RGB

 RED value IS 181 (71.09% from 255) = 44.8%

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

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

R = 44.8%
G = 33.17%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B58659 (or 0xB58659) is known color: Teak. HEX triplet: B5, 86 and 59. RGB value is (181,134,89). Sum of RGB (Red+Green+Blue) = 181+134+89=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B58659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58659 is #4A79A6. Grayscale: #8F8F8F. Windows color (decimal): -4880807 or 5867189. OLE color: 5867189.

HSL color Cylindrical-coordinate representation of color #B58659: hue angle of 29.35º degrees, saturation: 0.38, 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 #B58659 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 89 -
CMYK 0 0.26 0.51 0.29
HSL 29.35º 0.38% 0.53% -
HSV(B) 29.35º 0.51% 0.71% -
XYZ 29.38 27.6 13.23 -
YUV 142.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 181 134 89 0 0.26 0.51 0.29 29.35 0.38 0.53
Hex B5 86 59 0 1A 33 1D 1D 26 35
Octal 265 206 131 0 32 63 35 35 46 65
Binary 10110101 10000110 1011001 0 11010 110011 11101 11101 100110 110101

Color Harmonies of #B58659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58659

Black with #B58659

Text Example


Text Example

White with #B58659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58659; }

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

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

background-color css

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

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

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

border-color css

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

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

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