Html Css Color HEX #B6865A Twine

📋 copy color: '#B6865A'

red 182 ◦ green 134 ◦ blue 90

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

Shades of Twine #B6865A

Tints of Twine #B6865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 44.83%
G = 33%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6865A (or 0xB6865A) is known color: Twine. HEX triplet: B6, 86 and 5A. RGB value is (182,134,90). Sum of RGB (Red+Green+Blue) = 182+134+90=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6865A is #4979A5. Grayscale: #8F8F8F. Windows color (decimal): -4815270 or 5932726. OLE color: 5932726.

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

Color convert

RGB 182 134 90 -
CMYK 0 0.26 0.51 0.29
HSL 28.7º 0.39% 0.53% -
HSV(B) 28.7º 0.51% 0.71% -
XYZ 29.66 27.73 13.46 -
YUV 143.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 182 134 90 0 0.26 0.51 0.29 28.7 0.39 0.53
Hex B6 86 5A 0 1A 33 1D 1D 27 35
Octal 266 206 132 0 32 63 35 35 47 65
Binary 10110110 10000110 1011010 0 11010 110011 11101 11101 100111 110101

Color Harmonies of #B6865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6865A

Black with #B6865A

Text Example


Text Example

White with #B6865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6865A; }

 p { color: rgb(182,134,90); }

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

background-color css

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

 a { background-color: rgb(182,134,90); }

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

border-color css

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

 span { border-color: rgb(182,134,90); }

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