Html Css Color HEX #B9885F Twine

📋 copy color: '#B9885F'

red 185 ◦ green 136 ◦ blue 95

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

Shades of Twine #B9885F

Tints of Twine #B9885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 44.47%
G = 32.69%
B = 22.84%

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

#B9885F (or 0xB9885F) is known color: Twine. HEX triplet: B9, 88 and 5F. RGB value is (185,136,95). Sum of RGB (Red+Green+Blue) = 185+136+95=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9885F is #4677A0. Grayscale: #929292. Windows color (decimal): -4618145 or 6260921. OLE color: 6260921.

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

Color convert

RGB 185 136 95 -
CMYK 0 0.26 0.49 0.27
HSL 27.33º 0.39% 0.55% -
HSV(B) 27.33º 0.49% 0.73% -
XYZ 30.88 28.75 14.75 -
YUV 145.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 185 136 95 0 0.26 0.49 0.27 27.33 0.39 0.55
Hex B9 88 5F 0 1A 31 1B 1B 27 37
Octal 271 210 137 0 32 61 33 33 47 67
Binary 10111001 10001000 1011111 0 11010 110001 11011 11011 100111 110111

Color Harmonies of #B9885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9885F

Black with #B9885F

Text Example


Text Example

White with #B9885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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