Html Css Color HEX #BB855E Twine

📋 copy color: '#BB855E'

red 187 ◦ green 133 ◦ blue 94

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

Shades of Twine #BB855E

Tints of Twine #BB855E

RGB

 RED value IS 187 (73.44% from 255) = 45.17%

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

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

R = 45.17%
G = 32.13%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB855E (or 0xBB855E) is known color: Twine. HEX triplet: BB, 85 and 5E. RGB value is (187,133,94). Sum of RGB (Red+Green+Blue) = 187+133+94=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB855E is #447AA1. Grayscale: #909090. Windows color (decimal): -4487842 or 6194619. OLE color: 6194619.

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

Color convert

RGB 187 133 94 -
CMYK 0 0.29 0.50 0.27
HSL 25.16º 0.41% 0.55% -
HSV(B) 25.16º 0.5% 0.73% -
XYZ 30.9 28.15 14.39 -
YUV 144.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 187 133 94 0 0.29 0.50 0.27 25.16 0.41 0.55
Hex BB 85 5E 0 1D 32 1B 19 29 37
Octal 273 205 136 0 35 62 33 31 51 67
Binary 10111011 10000101 1011110 0 11101 110010 11011 11001 101001 110111

Color Harmonies of #BB855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB855E

Black with #BB855E

Text Example


Text Example

White with #BB855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB855E; }

 p { color: rgb(187,133,94); }

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

background-color css

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

 a { background-color: rgb(187,133,94); }

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

border-color css

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

 span { border-color: rgb(187,133,94); }

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