Html Css Color HEX #B58557 Teak

📋 copy color: '#B58557'

red 181 ◦ green 133 ◦ blue 87

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

Shades of Teak #B58557

Tints of Teak #B58557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 87 (34.38% from 255) = 21.7%

R = 45.14%
G = 33.17%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B58557 (or 0xB58557) is known color: Teak. HEX triplet: B5, 85 and 57. RGB value is (181,133,87). Sum of RGB (Red+Green+Blue) = 181+133+87=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B58557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58557 is #4A7AA8. Grayscale: #8E8E8E. Windows color (decimal): -4881065 or 5735861. OLE color: 5735861.

HSL color Cylindrical-coordinate representation of color #B58557: hue angle of 29.36º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B58557 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 133 87 -
CMYK 0 0.27 0.52 0.29
HSL 29.36º 0.39% 0.53% -
HSV(B) 29.36º 0.52% 0.71% -
XYZ 29.16 27.29 12.75 -
YUV 142.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 181 133 87 0 0.27 0.52 0.29 29.36 0.39 0.53
Hex B5 85 57 0 1B 34 1D 1D 27 35
Octal 265 205 127 0 33 64 35 35 47 65
Binary 10110101 10000101 1010111 0 11011 110100 11101 11101 100111 110101

Color Harmonies of #B58557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58557

Black with #B58557

Text Example


Text Example

White with #B58557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58557; }

 p { color: rgb(181,133,87); }

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

background-color css

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

 a { background-color: rgb(181,133,87); }

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

border-color css

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

 span { border-color: rgb(181,133,87); }

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