Html Css Color HEX #B58854 Teak

📋 copy color: '#B58854'

red 181 ◦ green 136 ◦ blue 84

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

Shades of Teak #B58854

Tints of Teak #B58854

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 45.14%
G = 33.92%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B58854 (or 0xB58854) is known color: Teak. HEX triplet: B5, 88 and 54. RGB value is (181,136,84). Sum of RGB (Red+Green+Blue) = 181+136+84=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B58854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58854 is #4A77AB. Grayscale: #8F8F8F. Windows color (decimal): -4880300 or 5540021. OLE color: 5540021.

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

Color convert

RGB 181 136 84 -
CMYK 0 0.25 0.54 0.29
HSL 32.16º 0.4% 0.52% -
HSV(B) 32.16º 0.54% 0.71% -
XYZ 29.46 28.07 12.25 -
YUV 143.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 181 136 84 0 0.25 0.54 0.29 32.16 0.4 0.52
Hex B5 88 54 0 19 36 1D 20 28 34
Octal 265 210 124 0 31 66 35 40 50 64
Binary 10110101 10001000 1010100 0 11001 110110 11101 100000 101000 110100

Color Harmonies of #B58854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58854

Black with #B58854

Text Example


Text Example

White with #B58854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58854; }

 p { color: rgb(181,136,84); }

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

background-color css

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

 a { background-color: rgb(181,136,84); }

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

border-color css

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

 span { border-color: rgb(181,136,84); }

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