Html Css Color HEX #B5874D Teak

📋 copy color: '#B5874D'

red 181 ◦ green 135 ◦ blue 77

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

Shades of Teak #B5874D

Tints of Teak #B5874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 46.06%
G = 34.35%
B = 19.59%

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

#B5874D (or 0xB5874D) is known color: Teak. HEX triplet: B5, 87 and 4D. RGB value is (181,135,77). Sum of RGB (Red+Green+Blue) = 181+135+77=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5874D is #4A78B2. Grayscale: #8E8E8E. Windows color (decimal): -4880563 or 5081013. OLE color: 5081013.

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

Color convert

RGB 181 135 77 -
CMYK 0 0.25 0.57 0.29
HSL 33.46º 0.41% 0.51% -
HSV(B) 33.46º 0.57% 0.71% -
XYZ 29.06 27.69 10.83 -
YUV 142.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 181 135 77 0 0.25 0.57 0.29 33.46 0.41 0.51
Hex B5 87 4D 0 19 39 1D 21 29 33
Octal 265 207 115 0 31 71 35 41 51 63
Binary 10110101 10000111 1001101 0 11001 111001 11101 100001 101001 110011

Color Harmonies of #B5874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5874D

Black with #B5874D

Text Example


Text Example

White with #B5874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5874D; }

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

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

background-color css

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

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

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

border-color css

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

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

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