Html Css Color HEX #B6884E Teak

📋 copy color: '#B6884E'

red 182 ◦ green 136 ◦ blue 78

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

Shades of Teak #B6884E

Tints of Teak #B6884E

RGB

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

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

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

R = 45.96%
G = 34.34%
B = 19.7%

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

#B6884E (or 0xB6884E) is known color: Teak. HEX triplet: B6, 88 and 4E. RGB value is (182,136,78). Sum of RGB (Red+Green+Blue) = 182+136+78=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6884E is #4977B1. Grayscale: #8F8F8F. Windows color (decimal): -4814770 or 5146806. OLE color: 5146806.

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

Color convert

RGB 182 136 78 -
CMYK 0 0.25 0.57 0.29
HSL 33.46º 0.42% 0.51% -
HSV(B) 33.46º 0.57% 0.71% -
XYZ 29.47 28.1 11.08 -
YUV 143.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 182 136 78 0 0.25 0.57 0.29 33.46 0.42 0.51
Hex B6 88 4E 0 19 39 1D 21 2A 33
Octal 266 210 116 0 31 71 35 41 52 63
Binary 10110110 10001000 1001110 0 11001 111001 11101 100001 101010 110011

Color Harmonies of #B6884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6884E

Black with #B6884E

Text Example


Text Example

White with #B6884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6884E; }

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

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

background-color css

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

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

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

border-color css

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

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

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