Html Css Color HEX #B5884E Teak

📋 copy color: '#B5884E'

red 181 ◦ green 136 ◦ blue 78

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

Shades of Teak #B5884E

Tints of Teak #B5884E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.75%

R = 45.82%
G = 34.43%
B = 19.75%

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

#B5884E (or 0xB5884E) is known color: Teak. HEX triplet: B5, 88 and 4E. RGB value is (181,136,78). Sum of RGB (Red+Green+Blue) = 181+136+78=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5884E is #4A77B1. Grayscale: #8F8F8F. Windows color (decimal): -4880306 or 5146805. OLE color: 5146805.

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

Color convert

RGB 181 136 78 -
CMYK 0 0.25 0.57 0.29
HSL 33.79º 0.41% 0.51% -
HSV(B) 33.79º 0.57% 0.71% -
XYZ 29.24 27.98 11.07 -
YUV 142.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 181 136 78 0 0.25 0.57 0.29 33.79 0.41 0.51
Hex B5 88 4E 0 19 39 1D 22 29 33
Octal 265 210 116 0 31 71 35 42 51 63
Binary 10110101 10001000 1001110 0 11001 111001 11101 100010 101001 110011

Color Harmonies of #B5884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5884E

Black with #B5884E

Text Example


Text Example

White with #B5884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5884E; }

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

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

background-color css

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

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

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

border-color css

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

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

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