Html Css Color HEX #B58756 Teak

📋 copy color: '#B58756'

red 181 ◦ green 135 ◦ blue 86

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

Shades of Teak #B58756

Tints of Teak #B58756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

 BLUE value IS 86 (33.98% from 255) = 21.39%

R = 45.02%
G = 33.58%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B58756 (or 0xB58756) is known color: Teak. HEX triplet: B5, 87 and 56. RGB value is (181,135,86). Sum of RGB (Red+Green+Blue) = 181+135+86=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B58756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58756 is #4A78A9. Grayscale: #8F8F8F. Windows color (decimal): -4880554 or 5670837. OLE color: 5670837.

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

Color convert

RGB 181 135 86 -
CMYK 0 0.25 0.52 0.29
HSL 30.95º 0.39% 0.52% -
HSV(B) 30.95º 0.52% 0.71% -
XYZ 29.4 27.82 12.63 -
YUV 143.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 181 135 86 0 0.25 0.52 0.29 30.95 0.39 0.52
Hex B5 87 56 0 19 34 1D 1F 27 34
Octal 265 207 126 0 31 64 35 37 47 64
Binary 10110101 10000111 1010110 0 11001 110100 11101 11111 100111 110100

Color Harmonies of #B58756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58756

Black with #B58756

Text Example


Text Example

White with #B58756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58756; }

 p { color: rgb(181,135,86); }

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

background-color css

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

 a { background-color: rgb(181,135,86); }

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

border-color css

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

 span { border-color: rgb(181,135,86); }

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