Html Css Color HEX #B9855F Twine

📋 copy color: '#B9855F'

red 185 ◦ green 133 ◦ blue 95

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

Shades of Twine #B9855F

Tints of Twine #B9855F

RGB

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

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

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

R = 44.79%
G = 32.2%
B = 23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9855F (or 0xB9855F) is known color: Twine. HEX triplet: B9, 85 and 5F. RGB value is (185,133,95). Sum of RGB (Red+Green+Blue) = 185+133+95=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9855F is #467AA0. Grayscale: #909090. Windows color (decimal): -4618913 or 6260153. OLE color: 6260153.

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

Color convert

RGB 185 133 95 -
CMYK 0 0.28 0.49 0.27
HSL 25.33º 0.39% 0.55% -
HSV(B) 25.33º 0.49% 0.73% -
XYZ 30.46 27.92 14.61 -
YUV 144.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 185 133 95 0 0.28 0.49 0.27 25.33 0.39 0.55
Hex B9 85 5F 0 1C 31 1B 19 27 37
Octal 271 205 137 0 34 61 33 31 47 67
Binary 10111001 10000101 1011111 0 11100 110001 11011 11001 100111 110111

Color Harmonies of #B9855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9855F

Black with #B9855F

Text Example


Text Example

White with #B9855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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