Html Css Color HEX #B58358 Teak

📋 copy color: '#B58358'

red 181 ◦ green 131 ◦ blue 88

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

Shades of Teak #B58358

Tints of Teak #B58358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

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

R = 45.25%
G = 32.75%
B = 22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B58358 (or 0xB58358) is known color: Teak. HEX triplet: B5, 83 and 58. RGB value is (181,131,88). Sum of RGB (Red+Green+Blue) = 181+131+88=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B58358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58358 is #4A7CA7. Grayscale: #8D8D8D. Windows color (decimal): -4881576 or 5800885. OLE color: 5800885.

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

Color convert

RGB 181 131 88 -
CMYK 0 0.28 0.51 0.29
HSL 27.74º 0.39% 0.53% -
HSV(B) 27.74º 0.51% 0.71% -
XYZ 28.93 26.76 12.87 -
YUV 141.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 181 131 88 0 0.28 0.51 0.29 27.74 0.39 0.53
Hex B5 83 58 0 1C 33 1D 1C 27 35
Octal 265 203 130 0 34 63 35 34 47 65
Binary 10110101 10000011 1011000 0 11100 110011 11101 11100 100111 110101

Color Harmonies of #B58358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58358

Black with #B58358

Text Example


Text Example

White with #B58358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58358; }

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

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

background-color css

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

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

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

border-color css

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

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

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