Html Css Color HEX #B58359 Teak

📋 copy color: '#B58359'

red 181 ◦ green 131 ◦ blue 89

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

Shades of Teak #B58359

Tints of Teak #B58359

RGB

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

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

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

R = 45.14%
G = 32.67%
B = 22.19%

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

#B58359 (or 0xB58359) is known color: Teak. HEX triplet: B5, 83 and 59. RGB value is (181,131,89). Sum of RGB (Red+Green+Blue) = 181+131+89=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B58359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58359 is #4A7CA6. Grayscale: #8D8D8D. Windows color (decimal): -4881575 or 5866421. OLE color: 5866421.

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

Color convert

RGB 181 131 89 -
CMYK 0 0.28 0.51 0.29
HSL 27.39º 0.38% 0.53% -
HSV(B) 27.39º 0.51% 0.71% -
XYZ 28.98 26.78 13.09 -
YUV 141.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 181 131 89 0 0.28 0.51 0.29 27.39 0.38 0.53
Hex B5 83 59 0 1C 33 1D 1B 26 35
Octal 265 203 131 0 34 63 35 33 46 65
Binary 10110101 10000011 1011001 0 11100 110011 11101 11011 100110 110101

Color Harmonies of #B58359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58359

Black with #B58359

Text Example


Text Example

White with #B58359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58359; }

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

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

background-color css

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

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

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

border-color css

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

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

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