Html Css Color HEX #B58957 Teak

📋 copy color: '#B58957'

red 181 ◦ green 137 ◦ blue 87

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

Shades of Teak #B58957

Tints of Teak #B58957

RGB

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

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

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

R = 44.69%
G = 33.83%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B58957 (or 0xB58957) is known color: Teak. HEX triplet: B5, 89 and 57. RGB value is (181,137,87). Sum of RGB (Red+Green+Blue) = 181+137+87=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B58957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58957 is #4A76A8. Grayscale: #909090. Windows color (decimal): -4880041 or 5736885. OLE color: 5736885.

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

Color convert

RGB 181 137 87 -
CMYK 0 0.24 0.52 0.29
HSL 31.91º 0.39% 0.53% -
HSV(B) 31.91º 0.52% 0.71% -
XYZ 29.72 28.4 12.93 -
YUV 144.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 181 137 87 0 0.24 0.52 0.29 31.91 0.39 0.53
Hex B5 89 57 0 18 34 1D 20 27 35
Octal 265 211 127 0 30 64 35 40 47 65
Binary 10110101 10001001 1010111 0 11000 110100 11101 100000 100111 110101

Color Harmonies of #B58957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58957

Black with #B58957

Text Example


Text Example

White with #B58957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58957; }

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

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

background-color css

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

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

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

border-color css

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

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

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