Html Css Color HEX #B9885E Twine

📋 copy color: '#B9885E'

red 185 ◦ green 136 ◦ blue 94

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

Shades of Twine #B9885E

Tints of Twine #B9885E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 44.58%
G = 32.77%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9885E (or 0xB9885E) is known color: Twine. HEX triplet: B9, 88 and 5E. RGB value is (185,136,94). Sum of RGB (Red+Green+Blue) = 185+136+94=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9885E is #4677A1. Grayscale: #929292. Windows color (decimal): -4618146 or 6195385. OLE color: 6195385.

HSL color Cylindrical-coordinate representation of color #B9885E: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9885E is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 94 -
CMYK 0 0.26 0.49 0.27
HSL 27.69º 0.39% 0.55% -
HSV(B) 27.69º 0.49% 0.73% -
XYZ 30.83 28.73 14.51 -
YUV 145.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 185 136 94 0 0.26 0.49 0.27 27.69 0.39 0.55
Hex B9 88 5E 0 1A 31 1B 1C 27 37
Octal 271 210 136 0 32 61 33 34 47 67
Binary 10111001 10001000 1011110 0 11010 110001 11011 11100 100111 110111

Color Harmonies of #B9885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9885E

Black with #B9885E

Text Example


Text Example

White with #B9885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9885E; }

 p { color: rgb(185,136,94); }

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

background-color css

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

 a { background-color: rgb(185,136,94); }

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

border-color css

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

 span { border-color: rgb(185,136,94); }

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