Html Css Color HEX #B6884D Teak

📋 copy color: '#B6884D'

red 182 ◦ green 136 ◦ blue 77

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

Shades of Teak #B6884D

Tints of Teak #B6884D

RGB

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

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

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

R = 46.08%
G = 34.43%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6884D (or 0xB6884D) is known color: Teak. HEX triplet: B6, 88 and 4D. RGB value is (182,136,77). Sum of RGB (Red+Green+Blue) = 182+136+77=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6884D is #4977B2. Grayscale: #8F8F8F. Windows color (decimal): -4814771 or 5081270. OLE color: 5081270.

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

Color convert

RGB 182 136 77 -
CMYK 0 0.25 0.58 0.29
HSL 33.71º 0.42% 0.51% -
HSV(B) 33.71º 0.58% 0.71% -
XYZ 29.44 28.09 10.89 -
YUV 143.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 182 136 77 0 0.25 0.58 0.29 33.71 0.42 0.51
Hex B6 88 4D 0 19 3A 1D 22 2A 33
Octal 266 210 115 0 31 72 35 42 52 63
Binary 10110110 10001000 1001101 0 11001 111010 11101 100010 101010 110011

Color Harmonies of #B6884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6884D

Black with #B6884D

Text Example


Text Example

White with #B6884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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