Html Css Color HEX #B58458 Teak

📋 copy color: '#B58458'

red 181 ◦ green 132 ◦ blue 88

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

Shades of Teak #B58458

Tints of Teak #B58458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 45.14%
G = 32.92%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B58458 (or 0xB58458) is known color: Teak. HEX triplet: B5, 84 and 58. RGB value is (181,132,88). Sum of RGB (Red+Green+Blue) = 181+132+88=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B58458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58458 is #4A7BA7. Grayscale: #8D8D8D. Windows color (decimal): -4881320 or 5801141. OLE color: 5801141.

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

Color convert

RGB 181 132 88 -
CMYK 0 0.27 0.51 0.29
HSL 28.39º 0.39% 0.53% -
HSV(B) 28.39º 0.51% 0.71% -
XYZ 29.07 27.03 12.92 -
YUV 141.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 181 132 88 0 0.27 0.51 0.29 28.39 0.39 0.53
Hex B5 84 58 0 1B 33 1D 1C 27 35
Octal 265 204 130 0 33 63 35 34 47 65
Binary 10110101 10000100 1011000 0 11011 110011 11101 11100 100111 110101

Color Harmonies of #B58458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58458

Black with #B58458

Text Example


Text Example

White with #B58458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58458; }

 p { color: rgb(181,132,88); }

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

background-color css

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

 a { background-color: rgb(181,132,88); }

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

border-color css

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

 span { border-color: rgb(181,132,88); }

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