Html Css Color HEX #BB855B Twine

📋 copy color: '#BB855B'

red 187 ◦ green 133 ◦ blue 91

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

Shades of Twine #BB855B

Tints of Twine #BB855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 45.5%
G = 32.36%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB855B (or 0xBB855B) is known color: Twine. HEX triplet: BB, 85 and 5B. RGB value is (187,133,91). Sum of RGB (Red+Green+Blue) = 187+133+91=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB855B is #447AA4. Grayscale: #909090. Windows color (decimal): -4487845 or 5998011. OLE color: 5998011.

HSL color Cylindrical-coordinate representation of color #BB855B: hue angle of 26.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB855B is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 133 91 -
CMYK 0 0.29 0.51 0.27
HSL 26.25º 0.41% 0.55% -
HSV(B) 26.25º 0.51% 0.73% -
XYZ 30.77 28.1 13.7 -
YUV 144.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 187 133 91 0 0.29 0.51 0.27 26.25 0.41 0.55
Hex BB 85 5B 0 1D 33 1B 1A 29 37
Octal 273 205 133 0 35 63 33 32 51 67
Binary 10111011 10000101 1011011 0 11101 110011 11011 11010 101001 110111

Color Harmonies of #BB855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB855B

Black with #BB855B

Text Example


Text Example

White with #BB855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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