Html Css Color HEX #B6874D Teak

📋 copy color: '#B6874D'

red 182 ◦ green 135 ◦ blue 77

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

Shades of Teak #B6874D

Tints of Teak #B6874D

RGB

 RED value IS 182 (71.48% from 255) = 46.19%

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

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

R = 46.19%
G = 34.26%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6874D (or 0xB6874D) is known color: Teak. HEX triplet: B6, 87 and 4D. RGB value is (182,135,77). Sum of RGB (Red+Green+Blue) = 182+135+77=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6874D is #4978B2. Grayscale: #8E8E8E. Windows color (decimal): -4815027 or 5081014. OLE color: 5081014.

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

Color convert

RGB 182 135 77 -
CMYK 0 0.26 0.58 0.29
HSL 33.14º 0.42% 0.51% -
HSV(B) 33.14º 0.58% 0.71% -
XYZ 29.29 27.81 10.84 -
YUV 142.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 182 135 77 0 0.26 0.58 0.29 33.14 0.42 0.51
Hex B6 87 4D 0 1A 3A 1D 21 2A 33
Octal 266 207 115 0 32 72 35 41 52 63
Binary 10110110 10000111 1001101 0 11010 111010 11101 100001 101010 110011

Color Harmonies of #B6874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6874D

Black with #B6874D

Text Example


Text Example

White with #B6874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6874D; }

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

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

background-color css

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

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

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

border-color css

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

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

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