Html Css Color HEX #B9855D Twine

📋 copy color: '#B9855D'

red 185 ◦ green 133 ◦ blue 93

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

Shades of Twine #B9855D

Tints of Twine #B9855D

RGB

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

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

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

R = 45.01%
G = 32.36%
B = 22.63%

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

#B9855D (or 0xB9855D) is known color: Twine. HEX triplet: B9, 85 and 5D. RGB value is (185,133,93). Sum of RGB (Red+Green+Blue) = 185+133+93=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9855D is #467AA2. Grayscale: #909090. Windows color (decimal): -4618915 or 6129081. OLE color: 6129081.

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

Color convert

RGB 185 133 93 -
CMYK 0 0.28 0.50 0.27
HSL 26.09º 0.4% 0.55% -
HSV(B) 26.09º 0.5% 0.73% -
XYZ 30.37 27.88 14.14 -
YUV 143.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 185 133 93 0 0.28 0.50 0.27 26.09 0.4 0.55
Hex B9 85 5D 0 1C 32 1B 1A 28 37
Octal 271 205 135 0 34 62 33 32 50 67
Binary 10111001 10000101 1011101 0 11100 110010 11011 11010 101000 110111

Color Harmonies of #B9855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9855D

Black with #B9855D

Text Example


Text Example

White with #B9855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9855D; }

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

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

background-color css

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

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

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

border-color css

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

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

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