Html Css Color HEX #B58656 Teak

📋 copy color: '#B58656'

red 181 ◦ green 134 ◦ blue 86

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

Shades of Teak #B58656

Tints of Teak #B58656

RGB

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

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

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

R = 45.14%
G = 33.42%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B58656 (or 0xB58656) is known color: Teak. HEX triplet: B5, 86 and 56. RGB value is (181,134,86). Sum of RGB (Red+Green+Blue) = 181+134+86=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B58656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58656 is #4A79A9. Grayscale: #8E8E8E. Windows color (decimal): -4880810 or 5670581. OLE color: 5670581.

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

Color convert

RGB 181 134 86 -
CMYK 0 0.26 0.52 0.29
HSL 30.32º 0.39% 0.52% -
HSV(B) 30.32º 0.52% 0.71% -
XYZ 29.26 27.55 12.58 -
YUV 142.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 181 134 86 0 0.26 0.52 0.29 30.32 0.39 0.52
Hex B5 86 56 0 1A 34 1D 1E 27 34
Octal 265 206 126 0 32 64 35 36 47 64
Binary 10110101 10000110 1010110 0 11010 110100 11101 11110 100111 110100

Color Harmonies of #B58656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58656

Black with #B58656

Text Example


Text Example

White with #B58656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58656; }

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

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

background-color css

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

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

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

border-color css

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

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

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