Html Css Color HEX #B9865D Twine

📋 copy color: '#B9865D'

red 185 ◦ green 134 ◦ blue 93

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

Shades of Twine #B9865D

Tints of Twine #B9865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 44.9%
G = 32.52%
B = 22.57%

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

#B9865D (or 0xB9865D) is known color: Twine. HEX triplet: B9, 86 and 5D. RGB value is (185,134,93). Sum of RGB (Red+Green+Blue) = 185+134+93=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9865D is #4679A2. Grayscale: #909090. Windows color (decimal): -4618659 or 6129337. OLE color: 6129337.

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

Color convert

RGB 185 134 93 -
CMYK 0 0.28 0.50 0.27
HSL 26.74º 0.4% 0.55% -
HSV(B) 26.74º 0.5% 0.73% -
XYZ 30.51 28.15 14.18 -
YUV 144.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 185 134 93 0 0.28 0.50 0.27 26.74 0.4 0.55
Hex B9 86 5D 0 1C 32 1B 1B 28 37
Octal 271 206 135 0 34 62 33 33 50 67
Binary 10111001 10000110 1011101 0 11100 110010 11011 11011 101000 110111

Color Harmonies of #B9865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9865D

Black with #B9865D

Text Example


Text Example

White with #B9865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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