Html Css Color HEX #B5884D Teak

📋 copy color: '#B5884D'

red 181 ◦ green 136 ◦ blue 77

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

Shades of Teak #B5884D

Tints of Teak #B5884D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 45.94%
G = 34.52%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5884D (or 0xB5884D) is known color: Teak. HEX triplet: B5, 88 and 4D. RGB value is (181,136,77). Sum of RGB (Red+Green+Blue) = 181+136+77=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5884D is #4A77B2. Grayscale: #8F8F8F. Windows color (decimal): -4880307 or 5081269. OLE color: 5081269.

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

Color convert

RGB 181 136 77 -
CMYK 0 0.25 0.57 0.29
HSL 34.04º 0.41% 0.51% -
HSV(B) 34.04º 0.57% 0.71% -
XYZ 29.2 27.97 10.88 -
YUV 142.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 181 136 77 0 0.25 0.57 0.29 34.04 0.41 0.51
Hex B5 88 4D 0 19 39 1D 22 29 33
Octal 265 210 115 0 31 71 35 42 51 63
Binary 10110101 10001000 1001101 0 11001 111001 11101 100010 101001 110011

Color Harmonies of #B5884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5884D

Black with #B5884D

Text Example


Text Example

White with #B5884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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