Html Css Color HEX #B58650 Teak

📋 copy color: '#B58650'

red 181 ◦ green 134 ◦ blue 80

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

Shades of Teak #B58650

Tints of Teak #B58650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 45.82%
G = 33.92%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B58650 (or 0xB58650) is known color: Teak. HEX triplet: B5, 86 and 50. RGB value is (181,134,80). Sum of RGB (Red+Green+Blue) = 181+134+80=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B58650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58650 is #4A79AF. Grayscale: #8E8E8E. Windows color (decimal): -4880816 or 5277365. OLE color: 5277365.

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

Color convert

RGB 181 134 80 -
CMYK 0 0.26 0.56 0.29
HSL 32.08º 0.41% 0.51% -
HSV(B) 32.08º 0.56% 0.71% -
XYZ 29.03 27.45 11.36 -
YUV 141.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 181 134 80 0 0.26 0.56 0.29 32.08 0.41 0.51
Hex B5 86 50 0 1A 38 1D 20 29 33
Octal 265 206 120 0 32 70 35 40 51 63
Binary 10110101 10000110 1010000 0 11010 111000 11101 100000 101001 110011

Color Harmonies of #B58650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58650

Black with #B58650

Text Example


Text Example

White with #B58650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58650; }

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

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

background-color css

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

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

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

border-color css

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

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

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