Html Css Color HEX #B9855B Twine

📋 copy color: '#B9855B'

red 185 ◦ green 133 ◦ blue 91

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

Shades of Twine #B9855B

Tints of Twine #B9855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 45.23%
G = 32.52%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9855B (or 0xB9855B) is known color: Twine. HEX triplet: B9, 85 and 5B. RGB value is (185,133,91). Sum of RGB (Red+Green+Blue) = 185+133+91=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9855B is #467AA4. Grayscale: #8F8F8F. Windows color (decimal): -4618917 or 5998009. OLE color: 5998009.

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

Color convert

RGB 185 133 91 -
CMYK 0 0.28 0.51 0.27
HSL 26.81º 0.4% 0.54% -
HSV(B) 26.81º 0.51% 0.73% -
XYZ 30.28 27.84 13.68 -
YUV 143.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 185 133 91 0 0.28 0.51 0.27 26.81 0.4 0.54
Hex B9 85 5B 0 1C 33 1B 1B 28 36
Octal 271 205 133 0 34 63 33 33 50 66
Binary 10111001 10000101 1011011 0 11100 110011 11011 11011 101000 110110

Color Harmonies of #B9855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9855B

Black with #B9855B

Text Example


Text Example

White with #B9855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9855B; }

 p { color: rgb(185,133,91); }

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

background-color css

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

 a { background-color: rgb(185,133,91); }

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

border-color css

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

 span { border-color: rgb(185,133,91); }

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