Html Css Color HEX #B9895D Twine

📋 copy color: '#B9895D'

red 185 ◦ green 137 ◦ blue 93

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

Shades of Twine #B9895D

Tints of Twine #B9895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

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

R = 44.58%
G = 33.01%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9895D (or 0xB9895D) is known color: Twine. HEX triplet: B9, 89 and 5D. RGB value is (185,137,93). Sum of RGB (Red+Green+Blue) = 185+137+93=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9895D is #4676A2. Grayscale: #929292. Windows color (decimal): -4617891 or 6130105. OLE color: 6130105.

HSL color Cylindrical-coordinate representation of color #B9895D: hue angle of 28.7º 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 #B9895D is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 137 93 -
CMYK 0 0.26 0.50 0.27
HSL 28.7º 0.4% 0.55% -
HSV(B) 28.7º 0.5% 0.73% -
XYZ 30.93 29 14.32 -
YUV 146.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 185 137 93 0 0.26 0.50 0.27 28.7 0.4 0.55
Hex B9 89 5D 0 1A 32 1B 1D 28 37
Octal 271 211 135 0 32 62 33 35 50 67
Binary 10111001 10001001 1011101 0 11010 110010 11011 11101 101000 110111

Color Harmonies of #B9895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9895D

Black with #B9895D

Text Example


Text Example

White with #B9895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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