Html Css Color HEX #B9865C Twine

📋 copy color: '#B9865C'

red 185 ◦ green 134 ◦ blue 92

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

Shades of Twine #B9865C

Tints of Twine #B9865C

RGB

 RED value IS 185 (72.66% from 255) = 45.01%

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

 BLUE value IS 92 (36.33% from 255) = 22.38%

R = 45.01%
G = 32.6%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9865C (or 0xB9865C) is known color: Twine. HEX triplet: B9, 86 and 5C. RGB value is (185,134,92). Sum of RGB (Red+Green+Blue) = 185+134+92=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9865C is #4679A3. Grayscale: #909090. Windows color (decimal): -4618660 or 6063801. OLE color: 6063801.

HSL color Cylindrical-coordinate representation of color #B9865C: hue angle of 27.1º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9865C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 92 -
CMYK 0 0.28 0.50 0.27
HSL 27.1º 0.4% 0.54% -
HSV(B) 27.1º 0.5% 0.73% -
XYZ 30.46 28.14 13.95 -
YUV 144.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 185 134 92 0 0.28 0.50 0.27 27.1 0.4 0.54
Hex B9 86 5C 0 1C 32 1B 1B 28 36
Octal 271 206 134 0 34 62 33 33 50 66
Binary 10111001 10000110 1011100 0 11100 110010 11011 11011 101000 110110

Color Harmonies of #B9865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9865C

Black with #B9865C

Text Example


Text Example

White with #B9865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9865C; }

 p { color: rgb(185,134,92); }

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

background-color css

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

 a { background-color: rgb(185,134,92); }

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

border-color css

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

 span { border-color: rgb(185,134,92); }

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