Html Css Color HEX #BB8656 Twine

📋 copy color: '#BB8656'

red 187 ◦ green 134 ◦ blue 86

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

Shades of Twine #BB8656

Tints of Twine #BB8656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

 BLUE value IS 86 (33.98% from 255) = 21.13%

R = 45.95%
G = 32.92%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB8656 (or 0xBB8656) is known color: Twine. HEX triplet: BB, 86 and 56. RGB value is (187,134,86). Sum of RGB (Red+Green+Blue) = 187+134+86=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8656 is #4479A9. Grayscale: #909090. Windows color (decimal): -4487594 or 5670587. OLE color: 5670587.

HSL color Cylindrical-coordinate representation of color #BB8656: hue angle of 28.51º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB8656 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 86 -
CMYK 0 0.28 0.54 0.27
HSL 28.51º 0.43% 0.54% -
HSV(B) 28.51º 0.54% 0.73% -
XYZ 30.7 28.29 12.65 -
YUV 144.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 187 134 86 0 0.28 0.54 0.27 28.51 0.43 0.54
Hex BB 86 56 0 1C 36 1B 1D 2B 36
Octal 273 206 126 0 34 66 33 35 53 66
Binary 10111011 10000110 1010110 0 11100 110110 11011 11101 101011 110110

Color Harmonies of #BB8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8656

Black with #BB8656

Text Example


Text Example

White with #BB8656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8656; }

 p { color: rgb(187,134,86); }

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

background-color css

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

 a { background-color: rgb(187,134,86); }

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

border-color css

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

 span { border-color: rgb(187,134,86); }

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