Html Css Color HEX #B5894D Teak

📋 copy color: '#B5894D'

red 181 ◦ green 137 ◦ blue 77

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

Shades of Teak #B5894D

Tints of Teak #B5894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 45.82%
G = 34.68%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5894D (or 0xB5894D) is known color: Teak. HEX triplet: B5, 89 and 4D. RGB value is (181,137,77). Sum of RGB (Red+Green+Blue) = 181+137+77=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5894D is #4A76B2. Grayscale: #8F8F8F. Windows color (decimal): -4880051 or 5081525. OLE color: 5081525.

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

Color convert

RGB 181 137 77 -
CMYK 0 0.24 0.57 0.29
HSL 34.62º 0.41% 0.51% -
HSV(B) 34.62º 0.57% 0.71% -
XYZ 29.34 28.25 10.93 -
YUV 143.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 181 137 77 0 0.24 0.57 0.29 34.62 0.41 0.51
Hex B5 89 4D 0 18 39 1D 23 29 33
Octal 265 211 115 0 30 71 35 43 51 63
Binary 10110101 10001001 1001101 0 11000 111001 11101 100011 101001 110011

Color Harmonies of #B5894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5894D

Black with #B5894D

Text Example


Text Example

White with #B5894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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