Html Css Color HEX #B5884F Teak

📋 copy color: '#B5884F'

red 181 ◦ green 136 ◦ blue 79

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

Shades of Teak #B5884F

Tints of Teak #B5884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 45.71%
G = 34.34%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5884F (or 0xB5884F) is known color: Teak. HEX triplet: B5, 88 and 4F. RGB value is (181,136,79). Sum of RGB (Red+Green+Blue) = 181+136+79=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5884F is #4A77B0. Grayscale: #8F8F8F. Windows color (decimal): -4880305 or 5212341. OLE color: 5212341.

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

Color convert

RGB 181 136 79 -
CMYK 0 0.25 0.56 0.29
HSL 33.53º 0.41% 0.51% -
HSV(B) 33.53º 0.56% 0.71% -
XYZ 29.27 28 11.26 -
YUV 142.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 181 136 79 0 0.25 0.56 0.29 33.53 0.41 0.51
Hex B5 88 4F 0 19 38 1D 22 29 33
Octal 265 210 117 0 31 70 35 42 51 63
Binary 10110101 10001000 1001111 0 11001 111000 11101 100010 101001 110011

Color Harmonies of #B5884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5884F

Black with #B5884F

Text Example


Text Example

White with #B5884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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