Html Css Color HEX #B5855B Teak

📋 copy color: '#B5855B'

red 181 ◦ green 133 ◦ blue 91

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

Shades of Teak #B5855B

Tints of Teak #B5855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 44.69%
G = 32.84%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5855B (or 0xB5855B) is known color: Teak. HEX triplet: B5, 85 and 5B. RGB value is (181,133,91). Sum of RGB (Red+Green+Blue) = 181+133+91=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5855B is #4A7AA4. Grayscale: #8E8E8E. Windows color (decimal): -4881061 or 5998005. OLE color: 5998005.

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

Color convert

RGB 181 133 91 -
CMYK 0 0.27 0.50 0.29
HSL 28º 0.38% 0.53% -
HSV(B) 28º 0.5% 0.71% -
XYZ 29.33 27.35 13.63 -
YUV 142.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 181 133 91 0 0.27 0.50 0.29 28 0.38 0.53
Hex B5 85 5B 0 1B 32 1D 1C 26 35
Octal 265 205 133 0 33 62 35 34 46 65
Binary 10110101 10000101 1011011 0 11011 110010 11101 11100 100110 110101

Color Harmonies of #B5855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5855B

Black with #B5855B

Text Example


Text Example

White with #B5855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5855B; }

 p { color: rgb(181,133,91); }

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

background-color css

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

 a { background-color: rgb(181,133,91); }

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

border-color css

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

 span { border-color: rgb(181,133,91); }

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